YouTube™ Video AdBlocker Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
YouTube™ Video AdBlocker Extensionとは何ですか?
YouTube™ Video AdBlocker ExtensionはThe Creative Joysによって開発されたChromeの拡張機能で、その主な機能は「Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.」です。
拡張機能のスクリーンショット
YouTube™ Video AdBlocker Extension拡張機能のCRXファイルをダウンロード
YouTube™ Video AdBlocker Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* Removes YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music.
拡張機能の基本情報
名前 | |
ID | nomigebahjadndedfgpmnkbaekgjkipi |
公式URL | https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi |
説明 | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites. |
ファイルサイズ | 22.71 KB |
インストール数 | 110 |
現在のバージョン | 1.0 |
最終更新日 | 2019-01-08 |
公開日 | 2020-07-05 |
開発者 | The Creative Joys |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Video AdBlocker Extension", "short_name": "Ad Blocker", "version": "1.0", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.", "manifest_version": 2, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "persistent": true, "scripts": [ "adBlockerBg.js" ] }, "page_action": { "default_title": "YouTube\u2122 Video AdBlocker", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "adBlockerYt.js" ], "run_at": "document_end" } ] } |