AdBlock Ultimate - Browser without ads

Absolutely free adblocking extension

¿Qué es AdBlock Ultimate - Browser without ads?

AdBlock Ultimate - Browser without ads es una extensión de Chrome desarrollada por jusephohaddad, y su función principal es "Absolutely free adblocking extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión AdBlock Ultimate - Browser without ads

Descarga archivos de extensión AdBlock Ultimate - Browser without ads 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

                        🙌Meet AdBlock Ultimate: The Pinnacle of Ad-Free Browsing🙌

Tired of the constant barrage of ads disrupting your online journey? 
AdBlock Ultimate is your solution. Crafted to perfection, this extension offers a pristine and secure browsing experience, free from the chaos of unwanted ads.

❗What Sets AdBlock Ultimate Apart❗
✅ Superior Ad Elimination: Harnessing state-of-the-art techniques, AdBlock Ultimate promises an unparalleled ad-free environment, filtering out even the sneakiest of ads.
✅ Shield Against Online Hazards: Beyond just ads, our rich database identifies and blocks malicious sources, ensuring your digital safety at all times.
✅ Instant Ad Feedback Mechanism: Notice an ad we missed? You can block single ads and let us know through the extension, and our team will jump into action, refining our system for an even better experience.
✅ Data Privacy First: At AdBlock Ultimate, your digital privacy is non-negotiable. Our extension is built to prioritize and protect your personal data at every turn.
✅ Flexible User Controls: AdBlock Ultimate is as adaptable as you need it to be. From toggling features to adjusting settings, you’re in the driver’s seat.
✅ Streamlined Design: Experience ease of use like never before with our modern and straightforward interface, suitable for all users.


🚂 Navigate the Web, Your Way:
 Don’t let ads and potential threats dictate your online narrative. With AdBlock Ultimate, you set the rules. Personalize your settings, highlight overlooked ads, and craft a web experience that’s uniquely yours.

🙅🏼‍♂️ Protecting Your Data, Always:
Your digital privacy is at the heart of what we do. Understand our unwavering commitment to safeguarding your data by exploring our Privacy Policy
https://ultimate-adblocker.net/privacy                    

Información Básica de la Extensión

Nombre AdBlock Ultimate - Browser without ads AdBlock Ultimate - Browser without ads
ID holcdlbfgbidbikhnamlajgbaicjdjep
URL Oficial https://chromewebstore.google.com/detail/adblock-ultimate-browser/holcdlbfgbidbikhnamlajgbaicjdjep
Descripción Absolutely free adblocking extension
Tamaño del Archivo 8.74 MB
Cantidad de Instalaciones 29,303
Versión Actual 1.0.1
Última Actualización 2024-02-06
Fecha de Publicación 2023-09-26
Calificación 4.90/5 Total de 52 Calificaciones
Desarrollador jusephohaddad
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ultimate-adblocker.net/
URL de la Página de Política de Privacidad https://ultimate-adblocker.net/privacy
Idiomas Soportados de,en,en-GB,en-US,fr,nl,es,es-419,it,pt-BR,pt-PT,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDesc__",
    "version": "1.0.1",
    "default_locale": "en_US",
    "icons": {
        "16": "svgIcons\/icon-16x16.png",
        "32": "svgIcons\/icon-32x32.png",
        "48": "svgIcons\/icon-48x48.png",
        "64": "svgIcons\/icon-64x64.png",
        "128": "svgIcons\/icon-128x128.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "activeTab",
        "tabs",
        "webNavigation",
        "contextMenus"
    ],
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/war\/*",
                "*.html"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline'; child-src 'self';"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "filters\/declarative\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_9\/ruleset_9.json"
            }
        ]
    }
}