Ultimate Ad Blocker

Blocking Ads on World Wide Web!

Co to jest Ultimate Ad Blocker?

Ultimate Ad Blocker to rozszerzenie Chrome opracowane przez http://ultimateadblocker.com, a jego główną funkcją jest „Blocking Ads on World Wide Web!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ultimate Ad Blocker

Pobierz pliki rozszerzeń Ultimate Ad Blocker 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

                        Introducing the ultimate browsing experience with our Ultimate ad blocker - A free AdBlocker chrome extension! Say goodbye to annoying pop-ups, auto-playing videos, and intrusive ads - Our extension blocks it all. Enjoy lightning-fast browsing speeds and a clutter-free browsing experience. Protect your privacy and save time by blocking unwanted ads and trackers. With our easy-to-use interface, you can seamlessly enjoy a browsing experience free from distractions. Upgrade your browsing experience today with our Ultimate ad blocker - A free AdBlocker chrome extension!

✓ Blocks all types of ads: pop-ups, auto-playing videos, banners, and more
✓ Improves browsing speed and overall performance
✓ Protects user privacy by blocking unwanted trackers
✓ Easy-to-use interface with minimal setup
✓ Lightweight and consumes minimal resources
✓ Regular updates to keep up with new ad formats
✓ Blocks malware and phishing attempts

Please Note: When installing Ultimate Ad Blocker for Google Chrome, you will receive a warning that Ultimate Ad Blocker will receive access to your browsing history and data. This is a standard message - we NEVER collect any user information.

Ultimate AdBlocker is also available for Firefox.

By downloading and installing this extension, you agree to our Privacy Policy 
https://ultimateadb.com/privacy.html                    

Podstawowe informacje o rozszerzeniu

Nazwa Ultimate Ad Blocker Ultimate Ad Blocker
ID jfhbealifiddpdbakoaogajmffjdonie
Oficjalny URL https://chrome.google.com/webstore/detail/ultimate-ad-blocker/jfhbealifiddpdbakoaogajmffjdonie
Opis Blocking Ads on World Wide Web!
Rozmiar pliku 7.47 MB
Liczba instalacji 498,529
Aktualna Wersja 1.4.3
Ostatnia Aktualizacja 2023-02-11
Data Publikacji 2022-06-25
Ocena 4.69/5 Łącznie 4305 Oceny
Deweloper http://ultimateadblocker.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://ultimateadblocker.com
Adres URL Strony Polityki Prywatności https://ultimateadb.com/privacy.html
Obsługiwane Języki id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.4.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/*.youtube.com\/",
                ""
            ],
            "js": [
                "js\/insert.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/block_ad.js",
                "web-accessible-resources\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": {
            "48": "images\/logo.png",
            "128": "images\/logo.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "declarative_net_request\/rules_1.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "declarative_net_request\/rules_2.json"
            },
            {
                "id": "ruleset_3",
                "enabled": true,
                "path": "declarative_net_request\/rules_3.json"
            },
            {
                "id": "ruleset_4",
                "enabled": true,
                "path": "declarative_net_request\/rules_4.json"
            },
            {
                "id": "ruleset_5",
                "enabled": true,
                "path": "declarative_net_request\/rules_5.json"
            },
            {
                "id": "ruleset_6",
                "enabled": true,
                "path": "declarative_net_request\/rules_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": true,
                "path": "declarative_net_request\/rules_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": true,
                "path": "declarative_net_request\/rules_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": true,
                "path": "declarative_net_request\/rules_9.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    }
}