AdBlock Ultimate - Browser without ads

Absolutely free adblocking extension

Co to jest AdBlock Ultimate - Browser without ads?

AdBlock Ultimate - Browser without ads to rozszerzenie Chrome opracowane przez jusephohaddad, a jego główną funkcją jest „Absolutely free adblocking extension”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia AdBlock Ultimate - Browser without ads

Pobierz pliki rozszerzeń AdBlock Ultimate - Browser without ads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        🙌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                    

Podstawowe informacje o rozszerzeniu

Nazwa AdBlock Ultimate - Browser without ads AdBlock Ultimate - Browser without ads
ID holcdlbfgbidbikhnamlajgbaicjdjep
Oficjalny URL https://chromewebstore.google.com/detail/adblock-ultimate-browser/holcdlbfgbidbikhnamlajgbaicjdjep
Opis Absolutely free adblocking extension
Rozmiar pliku 8.74 MB
Liczba instalacji 29,303
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2024-02-06
Data Publikacji 2023-09-26
Ocena 4.90/5 Łącznie 52 Oceny
Deweloper jusephohaddad
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ultimate-adblocker.net/
Adres URL Strony Polityki Prywatności https://ultimate-adblocker.net/privacy
Obsługiwane Języki 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"
            }
        ]
    }
}