Launch YouTube videos in the Clicker for YouTube app instead of your web browser.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"icons": {
"128": "128.png"
},
"name": "Clicker for YouTube Launcher",
"description": "Launch YouTube videos in the Clicker for YouTube app instead of your web browser.",
"version": "1.7",
"permissions": [
"webRequest",
"*://www.youtube.com/*",
"*://youtube.com/*",
"*://youtu.be/*",
"webRequestBlocking"
],
"background": {
"scripts": [
"background.js"
]
}
}