Waredot AdBlock
Enjoy a safe, simple and ad-free browsing experience.
Waredot AdBlockとは何ですか?
Waredot AdBlockはhttps://waredot.comによって開発されたChromeの拡張機能で、その主な機能は「Enjoy a safe, simple and ad-free browsing experience.」です。
拡張機能のスクリーンショット
Waredot AdBlock拡張機能のCRXファイルをダウンロード
Waredot AdBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Block ads and pop-ups on News Chanel, YouTube, Facebook, Twitch, and your favorite websites. 拡張機能の基本情報
| 名前 | |
| ID | bekljpgkhhnakknepkhlijpheogbgbfb |
| 公式URL | https://chromewebstore.google.com/detail/waredot-adblock/bekljpgkhhnakknepkhlijpheogbgbfb |
| 説明 | Enjoy a safe, simple and ad-free browsing experience. |
| ファイルサイズ | 1.48 MB |
| インストール数 | 1,636 |
| 現在のバージョン | 1.47.3.8 |
| 最終更新日 | 2023-08-10 |
| 公開日 | 2022-09-17 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://waredot.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://waredot.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Waredot AdBlock",
"version": "1.47.3.8",
"description": "Enjoy a safe, simple and ad-free browsing experience.",
"permissions": [
"tabs",
"declarativeNetRequest",
"storage"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "blockLIST",
"enabled": true,
"path": "my.json"
},
{
"id": "advLIST",
"enabled": false,
"path": "adv.json"
},
{
"id": "antiprnLIST",
"enabled": false,
"path": "antiprn.json"
},
{
"id": "suspLIST",
"enabled": false,
"path": "susp.json"
}
]
},
"icons": {
"48": ".\/icons\/ad48.png",
"64": ".\/icons\/ad64.png"
},
"content_scripts": [
{
"js": [
"yt_blocks.js",
"content.js"
],
"run_at": "document_end",
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": {
"default_popup": "Popup.html",
"default_title": "Waredot AdBlock"
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"manifest_version": 3
} | |