Clicker for YouTube Launcher

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

Cos'è Clicker for YouTube Launcher?

Clicker for YouTube Launcher è un'estensione di Chrome sviluppata da https://www.dbklabs.com, e la sua funzione principale è "Launch YouTube videos in the Clicker for YouTube app instead of your web browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clicker for YouTube Launcher

Scarica i file di estensione Clicker for YouTube Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Clicker for YouTube Launcher Clicker for YouTube Launcher
ID jghmchjecgiffpajelmlfajhaiejklbj
URL Ufficiale https://chromewebstore.google.com/detail/clicker-for-youtube-launc/jghmchjecgiffpajelmlfajhaiejklbj
Descrizione Launch YouTube videos in the Clicker for YouTube app instead of your web browser.
Dimensione del File 16.4 KB
Conteggio Installazioni 512
Versione Corrente 1.7
Ultimo Aggiornamento 2021-04-17
Data di Pubblicazione 2021-01-08
Sviluppatore https://www.dbklabs.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.dbklabs.com/clicker-for-youtube
URL della Pagina di Aiuto https://dbklabs.freshdesk.com
Lingue Supportate 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"
        ]
    }
}