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.
扩展基本信息
名称 | AdBlock Pro - Open Source Ad Blocker |
ID | nckdpkhlinkgcebghcecbaohbeemdmjk |
官方URL | 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" } } |