Adblocker youtube™
Adblocker for youtube™
Adblocker youtube™とは何ですか?
Adblocker youtube™はgamecodiesによって開発されたChromeの拡張機能で、その主な機能は「Adblocker for youtube™」です。
拡張機能のスクリーンショット
Adblocker youtube™拡張機能のCRXファイルをダウンロード
Adblocker youtube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adblocker for YouTube™ is a content filtering and ad-blocking browser extension that removes all advertisements from YouTube™. Permissions: We need default permissions on every page, just like typical ad-blocking extensions, to eliminate advertising or popups, such as on embedded videos and YouTube itself. Features: + Ads, banners, and popups are blocked. + Ads on external sites that load YouTube are blocked. + Prevent YouTube preroll ads from loading + YouTube videos and the website load faster. It allows users to block the display of certain website elements, such as adverts. This addon blocks banner advertising, ad-clips, and even preroll commercials that appear before the main video on YouTube. It's completely free to download and use!
拡張機能の基本情報
名前 | Adblocker youtube™ |
ID | amfjcohpjldljepbifhmpnoncoebapjb |
公式URL | https://chromewebstore.google.com/detail/adblocker-youtube/amfjcohpjldljepbifhmpnoncoebapjb |
説明 | Adblocker for youtube™ |
ファイルサイズ | 20.46 KB |
インストール数 | 48 |
現在のバージョン | 1.0.5 |
最終更新日 | 2021-11-29 |
公開日 | 2021-11-29 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | gamecodies |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adblocker youtube\u2122", "version": "1.0.5", "description": "Adblocker for youtube\u2122", "permissions": [ "storage" ], "icons": { "128": "adblockicon.png" }, "browser_action": { "default_icon": "adblockicon.png" }, "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "app\/a.js" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2, "web_accessible_resources": [] } |