Clicker for YouTube Launcher

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

Clicker for YouTube Launcherとは何ですか?

Clicker for YouTube Launcherはhttps://www.dbklabs.comによって開発されたChromeの拡張機能で、その主な機能は「Launch YouTube videos in the Clicker for YouTube app instead of your web browser.」です。

拡張機能のスクリーンショット

screenshot

Clicker for YouTube Launcher拡張機能のCRXファイルをダウンロード

Clicker for YouTube Launcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Clicker for YouTube Launcher Clicker for YouTube Launcher
ID jghmchjecgiffpajelmlfajhaiejklbj
公式URL https://chromewebstore.google.com/detail/clicker-for-youtube-launc/jghmchjecgiffpajelmlfajhaiejklbj
説明 Launch YouTube videos in the Clicker for YouTube app instead of your web browser.
ファイルサイズ 16.4 KB
インストール数 512
現在のバージョン 1.7
最終更新日 2021-04-17
公開日 2021-01-08
開発者 https://www.dbklabs.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.dbklabs.com/clicker-for-youtube
ヘルプページのURL https://dbklabs.freshdesk.com
対応言語 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"
        ]
    }
}