Clicker for YouTube Launcher

Launch YouTube videos in the Clicker for YouTube app instead of your web browser.

What is Clicker for YouTube Launcher?

Clicker for YouTube Launcher is a Chrome extension developed by https://www.dbklabs.com, and its main feature is "Launch YouTube videos in the Clicker for YouTube app instead of your web browser.".

Extension Screenshots

screenshot

Download Clicker for YouTube Launcher Extension CRX File

Download Clicker for YouTube Launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        When you navigate to any YouTube url in your Chrome browser, this extension will cause the Clicker for YouTube app to open the url instead of Chrome.                    

Extension Basic Information

Name Clicker for YouTube Launcher Clicker for YouTube Launcher
ID jghmchjecgiffpajelmlfajhaiejklbj
Official URL https://chromewebstore.google.com/detail/clicker-for-youtube-launc/jghmchjecgiffpajelmlfajhaiejklbj
Description Launch YouTube videos in the Clicker for YouTube app instead of your web browser.
File Size 16.4 KB
Installation Count 512
Current Version 1.7
Last Updated 2021-04-17
Publish Date 2021-01-08
Developer https://www.dbklabs.com
Email [email protected]
Payment Type free
Extension Website https://www.dbklabs.com/clicker-for-youtube
Help Page URL https://dbklabs.freshdesk.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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"
        ]
    }
}