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.
Co je AdBlock Pro - Open Source Ad Blocker?
AdBlock Pro - Open Source Ad Blocker je rozšíření Chrome vyvinuté IntelliVisionAI, a jeho hlavní funkcí je „Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AdBlock Pro - Open Source Ad Blocker
Stáhněte si soubory rozšíření AdBlock Pro - Open Source Ad Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | AdBlock Pro - Open Source Ad Blocker |
ID | nckdpkhlinkgcebghcecbaohbeemdmjk |
Oficiální URL | https://chromewebstore.google.com/detail/adblock-pro-open-source-a/nckdpkhlinkgcebghcecbaohbeemdmjk |
Popis | Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free. |
Velikost souboru | 9.33 KB |
Počet instalací | 376 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2023-09-14 |
Datum Vydání | 2023-09-13 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | IntelliVisionAI |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/IntelliVisionAi/AdBlock-Pro-Open-Source |
URL Stránky Zásad Ochrany Soukromí | https://intellivisionai.github.io/ChatGPTUltimateExtension |
Podporované Jazyky | 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" } } |