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
电子邮箱 [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"
        ]
    }
}