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 |
公式URL | 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 |
Eメール | [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" ] } } |