Ad-free | ad blocker
Ad-free - innovate ad blocker
Ad-free | ad blockerとは何ですか?
Ad-free | ad blockerはadfree1904によって開発されたChromeの拡張機能で、その主な機能は「Ad-free - innovate ad blocker」です。
拡張機能のスクリーンショット
Ad-free | ad blocker拡張機能のCRXファイルをダウンロード
Ad-free | ad blocker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Ad-fee Block pop-ups and videos ads on YouTube, Facebook, Twitch, and all your favorite websites for smooth experience.
An ad protector for your browser.Ad-free will allow you to have free of ads browsing.
for any question you have, feel free to email us at [email protected] 拡張機能の基本情報
| 名前 | |
| ID | cabpkpnnapejkmmefmjkmldcbfhblfon |
| 公式URL | https://chrome.google.com/webstore/detail/ad-free-ad-blocker/cabpkpnnapejkmmefmjkmldcbfhblfon |
| 説明 | Ad-free - innovate ad blocker |
| ファイルサイズ | 364 KB |
| インストール数 | 15,441 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2022-11-24 |
| 公開日 | 2022-09-25 |
| 評価 | 3.13/5 合計 8 レビュー |
| 開発者 | adfree1904 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ad-free | ad blocker",
"description": "Ad-free - innovate ad blocker",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": ".\/images\/icon-16x16.png",
"48": ".\/images\/icon-48x48.png",
"128": ".\/images\/icon-128x128.png"
},
"background": {
"service_worker": ".\/background.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"permissions": [
"tabs",
"storage",
"scripting",
"declarativeNetRequest"
],
"host_permissions": [
"*:\/\/*\/*"
]
} | |