AdBlock Ultimate - Browser without ads

Absolutely free adblocking extension

Wat is AdBlock Ultimate - Browser without ads?

AdBlock Ultimate - Browser without ads is een Chrome-extensie ontwikkeld door jusephohaddad, en de belangrijkste functie is "Absolutely free adblocking extension".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie AdBlock Ultimate - Browser without ads

Download AdBlock Ultimate - Browser without ads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🙌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                    

Basisinformatie over de Extensie

Naam AdBlock Ultimate - Browser without ads AdBlock Ultimate - Browser without ads
ID holcdlbfgbidbikhnamlajgbaicjdjep
Officiële URL https://chromewebstore.google.com/detail/adblock-ultimate-browser/holcdlbfgbidbikhnamlajgbaicjdjep
Beschrijving Absolutely free adblocking extension
Bestandsgrootte 8.74 MB
Aantal Installaties 29,303
Huidige Versie 1.0.1
Laatst Bijgewerkt 2024-02-06
Publicatiedatum 2023-09-26
Beoordeling 4.90/5 Totaal 52 Beoordelingen
Ontwikkelaar jusephohaddad
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ultimate-adblocker.net/
URL van de Privacybeleid Pagina https://ultimate-adblocker.net/privacy
Ondersteunde Talen 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"
            }
        ]
    }
}