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.
Cos'è AdBlock Pro - Open Source Ad Blocker?
AdBlock Pro - Open Source Ad Blocker è un'estensione di Chrome sviluppata da IntelliVisionAI, e la sua funzione principale è "Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AdBlock Pro - Open Source Ad Blocker
Scarica i file di estensione AdBlock Pro - Open Source Ad Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | AdBlock Pro - Open Source Ad Blocker |
ID | nckdpkhlinkgcebghcecbaohbeemdmjk |
URL Ufficiale | https://chromewebstore.google.com/detail/adblock-pro-open-source-a/nckdpkhlinkgcebghcecbaohbeemdmjk |
Descrizione | Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free. |
Dimensione del File | 9.33 KB |
Conteggio Installazioni | 376 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-09-14 |
Data di Pubblicazione | 2023-09-13 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | IntelliVisionAI |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/IntelliVisionAi/AdBlock-Pro-Open-Source |
URL della Pagina della Politica sulla Privacy | https://intellivisionai.github.io/ChatGPTUltimateExtension |
Lingue Supportate | 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" } } |