Clicker for YouTube Launcher

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

Vad är Clicker for YouTube Launcher?

Clicker for YouTube Launcher är en Chrome-tillägg utvecklad av https://www.dbklabs.com, och dess huvudfunktion är "Launch YouTube videos in the Clicker for YouTube app instead of your web browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Clicker for YouTube Launcher-förlängningens CRX-fil

Ladda ner Clicker for YouTube Launcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Clicker for YouTube Launcher Clicker for YouTube Launcher
ID jghmchjecgiffpajelmlfajhaiejklbj
Officiell webbadress https://chromewebstore.google.com/detail/clicker-for-youtube-launc/jghmchjecgiffpajelmlfajhaiejklbj
Beskrivning Launch YouTube videos in the Clicker for YouTube app instead of your web browser.
Filstorlek 16.4 KB
Antal Installationer 512
Aktuell Version 1.7
Senast Uppdaterad 2021-04-17
Publiceringsdatum 2021-01-08
Utvecklare https://www.dbklabs.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.dbklabs.com/clicker-for-youtube
Hjälpsida URL https://dbklabs.freshdesk.com
Stödda Språk 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"
        ]
    }
}