AdBlock Pro - Open Source Ad Blocker
Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.
什麼是AdBlock Pro - Open Source Ad Blocker?
AdBlock Pro - Open Source Ad Blocker是由IntelliVisionAI開發的Chrome擴展程式,該擴展的主要功能是“Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.”。
擴展截圖
下載AdBlock Pro - Open Source Ad Blocker擴展crx文件
下載AdBlock Pro - Open Source Ad Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Take control of your online experience with AdBlock Pro, the open-source ad blocker hosted on GitHub (https://github.com/IntelliVisionAi/AdBlock-Pro-Open-Source). Say goodbye to annoying ads, pop-ups, and privacy-invading trackers on all websites.
Features:
✓ Websites will not know you are using an Ad Block!
✓ Block all ads, including video ads and banners!
✓ Say no to annoying pop-ups!
✓ Safeguard your privacy by stopping trackers!
✓ Protect against malicious ads that hide threats!
✓ Enjoy faster browsing as resource-hungry ads are blocked!
✓ Customize your experience with whitelisting for favorite sites!
✓ Access free and dedicated support!
✓ Regain control of your online experience!
With AdBlock Pro, you're in charge. Say hello to a cleaner, faster, and safer web. 擴展基本資訊
| 名稱 | |
| ID | nckdpkhlinkgcebghcecbaohbeemdmjk |
| 官方網址 | https://chromewebstore.google.com/detail/adblock-pro-open-source-a/nckdpkhlinkgcebghcecbaohbeemdmjk |
| 簡介 | Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free. |
| 檔案大小 | 9.33 KB |
| 安裝次數 | 376 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2023-09-14 |
| 上架時間 | 2023-09-13 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | IntelliVisionAI |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/IntelliVisionAi/AdBlock-Pro-Open-Source |
| 隱私政策頁面URL | https://intellivisionai.github.io/ChatGPTUltimateExtension |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AdBlock Pro - Open Source Ad Blocker",
"version": "1.0.1",
"manifest_version": 3,
"description": "Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.",
"permissions": [
"declarativeNetRequest"
],
"action": {
"default_popup": "",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
} | |