AdBlock Ultimate - Browser without ads

Absolutely free adblocking extension

Hvad er AdBlock Ultimate - Browser without ads?

AdBlock Ultimate - Browser without ads er en Chrome-udvidelse udviklet af jusephohaddad, og dens hovedfunktion er "Absolutely free adblocking extension".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download AdBlock Ultimate - Browser without ads-udvidelses-CRX-fil

Download AdBlock Ultimate - Browser without ads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        🙌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                    

Grundlæggende oplysninger om udvidelsen

Navn AdBlock Ultimate - Browser without ads AdBlock Ultimate - Browser without ads
ID holcdlbfgbidbikhnamlajgbaicjdjep
Officiel URL https://chromewebstore.google.com/detail/adblock-ultimate-browser/holcdlbfgbidbikhnamlajgbaicjdjep
Beskrivelse Absolutely free adblocking extension
Filstørrelse 8.74 MB
Antal Installationer 29,303
Nuværende Version 1.0.1
Senest Opdateret 2024-02-06
Udgivelsesdato 2023-09-26
Bedømmelse 4.90/5 Samlet 52 Bedømmelser
Udvikler jusephohaddad
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ultimate-adblocker.net/
URL til Fortrolighedspolitik Side https://ultimate-adblocker.net/privacy
Understøttede Sprog 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"
            }
        ]
    }
}