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.

¿Qué es AdBlock Pro - Open Source Ad Blocker?

AdBlock Pro - Open Source Ad Blocker es una extensión de Chrome desarrollada por IntelliVisionAI, y su función principal es "Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión AdBlock Pro - Open Source Ad Blocker

Descarga archivos de extensión AdBlock Pro - Open Source Ad Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre AdBlock Pro - Open Source Ad Blocker AdBlock Pro - Open Source Ad Blocker
ID nckdpkhlinkgcebghcecbaohbeemdmjk
URL Oficial https://chromewebstore.google.com/detail/adblock-pro-open-source-a/nckdpkhlinkgcebghcecbaohbeemdmjk
Descripción Powerful Open Source Ad Blocker: Blocks ads on websites, with ongoing development for new features. Best of all? It's always free.
Tamaño del Archivo 9.33 KB
Cantidad de Instalaciones 376
Versión Actual 1.0.1
Última Actualización 2023-09-14
Fecha de Publicación 2023-09-13
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador IntelliVisionAI
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/IntelliVisionAi/AdBlock-Pro-Open-Source
URL de la Página de Política de Privacidad https://intellivisionai.github.io/ChatGPTUltimateExtension
Idiomas Soportados 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"
    }
}