AdsBlocker for YouTube™
AdsBlocker for YouTube™ automatically blocks all ads on YouTube™
AdsBlocker for YouTube™とは何ですか?
AdsBlocker for YouTube™はolyafoteva3によって開発されたChromeの拡張機能で、その主な機能は「AdsBlocker for YouTube™ automatically blocks all ads on YouTube™」です。
拡張機能のスクリーンショット
AdsBlocker for YouTube™拡張機能のCRXファイルをダウンロード
AdsBlocker for YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adblock is a browser extension with content filtering and ad blocking that blocks. This allows users to prevent the display of page elements such as advertisements. Banners, commercials, or even commercials that you usually see before videos are blocked. Save your time by stopping these useless advertisements. In fact, after installing Adblock , all ads will be hidden, including video ads embedded on other sites. Features Adblock : - blocks ads, banners and pop-ups - Blocking ads on external sites that download - mprove page loading speed
拡張機能の基本情報
名前 | |
ID | pdkgjjhlbojfndcacamipdenealcpmcb |
公式URL | https://chrome.google.com/webstore/detail/adsblocker-for-youtube/pdkgjjhlbojfndcacamipdenealcpmcb |
説明 | AdsBlocker for YouTube™ automatically blocks all ads on YouTube™ |
ファイルサイズ | 28.83 KB |
インストール数 | 20,000 |
現在のバージョン | 1.1 |
最終更新日 | 2021-02-01 |
公開日 | 2020-11-09 |
評価 | 3.86/5 合計 79 レビュー |
開発者 | olyafoteva3 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://docs.google.com/document/d/e/2PACX-1vR92wyo16IRMvrWQFtmLCkPcp9IBIBaQ7PFlXpjQUou8xcoly2LZVcMh3iJ-6OUcW9wAs6nQ22En92q/pub |
対応言語 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.1", "manifest_version": 2, "default_locale": "en", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "web_accessible_resources": [ "content.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "inject.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": { "128": "icon.png" } }, "permissions": [ "webRequest", "webRequestBlocking", " |