AdBlocker for youtube
Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads
AdBlocker for youtubeとは何ですか?
AdBlocker for youtubeはkuchmenkoyarikgghによって開発されたChromeの拡張機能で、その主な機能は「Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads」です。
拡張機能のスクリーンショット
AdBlocker for youtube拡張機能のCRXファイルをダウンロード
AdBlocker for youtube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adblocker for youtube. Block text, popup video ads automatically 拡張機能の基本情報
| 名前 | |
| ID | hebiaenccjaefknlcjonofmmppbcbpfm |
| 公式URL | https://chrome.google.com/webstore/detail/hebiaenccjaefknlcjonofmmppbcbpfm |
| 説明 | Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads |
| ファイルサイズ | 13.53 KB |
| インストール数 | 8,600 |
| 現在のバージョン | 1.0.7 |
| 最終更新日 | 2022-12-20 |
| 公開日 | 2021-08-04 |
| 評価 | 4.90/5 合計 10 レビュー |
| 開発者 | kuchmenkoyarikggh |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "32.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
],
"run_at": "document_start"
}
],
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "ruleset_1",
"path": "rules_1.json"
}
]
},
"description": "Block all ads on youtube. Youtube Adblocker removes all ads - pre-roll video ads, text and banner ads",
"icons": {
"128": "128.png",
"16": "32.png",
"48": "48.png"
},
"manifest_version": 3,
"name": "AdBlocker for youtube",
"host_permissions": [
"*:\/\/*\/*"
],
"permissions": [
"tabs",
"declarativeNetRequest",
"storage"
],
"version": "1.0.7"
} | |