Youtube TV
Allows https://youtube.com/tv to load YouTube™ TV App from regular browser
什麼是Youtube TV?
Youtube TV是由Jabuco開發的Chrome擴展程式,該擴展的主要功能是“Allows https://youtube.com/tv to load YouTube™ TV App from regular browser”。
擴展截圖
下載Youtube TV擴展crx文件
下載Youtube TV擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows https://youtube.com/tv to load YouTube™ TV App from regular browser 擴展基本資訊
| 名稱 | |
| ID | eipbidbihnpafjpfpcpnnfmlebiagola |
| 官方網址 | https://chromewebstore.google.com/detail/youtube-tv/eipbidbihnpafjpfpcpnnfmlebiagola |
| 簡介 | Allows https://youtube.com/tv to load YouTube™ TV App from regular browser |
| 檔案大小 | 3.36 KB |
| 安裝次數 | 4,000 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2020-03-25 |
| 上架時間 | 2020-03-25 |
| 評分 | 3.86/5 共 7 次評分 |
| 開發者 | Jabuco |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube TV",
"description": "Allows https:\/\/youtube.com\/tv to load YouTube\u2122 TV App from regular browser",
"version": "1.0.0",
"permissions": [
"*:\/\/*.youtube.com\/tv*",
"webRequest",
"webRequestBlocking"
],
"background": {
"scripts": [
"background.js"
]
}
} | |