YT TV Access AD FREE
Unlocking access to Youtube For TV In Chrome without any ads or popups
什麼是YT TV Access AD FREE?
YT TV Access AD FREE是由anthogoz開發的Chrome擴展程式,該擴展的主要功能是“Unlocking access to Youtube For TV In Chrome without any ads or popups”。
擴展截圖
下載YT TV Access AD FREE擴展crx文件
下載YT TV Access AD FREE擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows you to access Youtube for TV without any ads ! You just need to install the extension and access https://www.youtube.com/tv and it will work YouTube™ is a trademark of Google Inc. YT TV Access AD FREE is not affiliated with YouTube.
擴展基本資訊
名稱 | |
ID | mhdohfkgodnbmidaegemhdapjdmiaofm |
官方網址 | https://chrome.google.com/webstore/detail/yt-tv-access-ad-free/mhdohfkgodnbmidaegemhdapjdmiaofm |
簡介 | Unlocking access to Youtube For TV In Chrome without any ads or popups |
檔案大小 | 84.37 KB |
安裝次數 | 94 |
目前版本 | 1.0.0 |
更新時間 | 2021-11-29 |
上架時間 | 2021-11-29 |
評分 | 5.00/5 共 1 次評分 |
開發者 | anthogoz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YT TV Access AD FREE", "short_name": "yttv-access", "description": "Unlocking access to Youtube For TV In Chrome without any ads or popups", "version": "1.0.0", "icons": { "16": "icons\/16.png", "18": "icons\/18.png", "19": "icons\/19.png", "32": "icons\/32.png", "36": "icons\/36.png", "38": "icons\/38.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "permissions": [ "*:\/\/*.youtube.com\/tv*", "webRequest", "webRequestBlocking", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ] } } |