YTV Ad Blocker
Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker
YTV Ad Blockerとは何ですか?
YTV Ad BlockerはFrostyによって開発されたChromeの拡張機能で、その主な機能は「Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker」です。
拡張機能のスクリーンショット
YTV Ad Blocker拡張機能のCRXファイルをダウンロード
YTV Ad Blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Youtube TV is awesome, but some of the channels have too many ads. This extension blocks those ads and allows you to see what you paid to see. If there are any issues, report there here, and we will fix them ASAP.
拡張機能の基本情報
名前 | |
ID | kdcnhloaackdhhgjmnhahjckiimcndcb |
公式URL | https://chrome.google.com/webstore/detail/ytv-ad-blocker/kdcnhloaackdhhgjmnhahjckiimcndcb |
説明 | Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker |
ファイルサイズ | 22.15 KB |
インストール数 | 213 |
現在のバージョン | 1.0 |
最終更新日 | 2020-07-05 |
公開日 | 2020-07-05 |
評価 | 2.00/5 合計 4 レビュー |
開発者 | Frosty |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/aaronfrost/youtubetv-adblocker |
ヘルプページのURL | https://github.com/aaronfrost/youtubetv-adblocker/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YTV Ad Blocker", "version": "1.0", "description": "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/ytvab-16.png", "32": "images\/ytvab-32.png", "48": "images\/ytvab-48.png", "128": "images\/ytvab-128.png" }, "manifest_version": 2 } |