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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | jghmchjecgiffpajelmlfajhaiejklbj |
| 官方網址 | 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"
]
}
} | |