Ultimate Ad Blocker

Blocking Ads on World Wide Web!

Hvad er Ultimate Ad Blocker?

Ultimate Ad Blocker er en Chrome-udvidelse udviklet af http://ultimateadblocker.com, og dens hovedfunktion er "Blocking Ads on World Wide Web!".

Udvidelsesskærmbilleder

screenshot

Download Ultimate Ad Blocker-udvidelses-CRX-fil

Download Ultimate Ad Blocker-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

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Ultimate Ad Blocker Ultimate Ad Blocker
ID jfhbealifiddpdbakoaogajmffjdonie
Officiel URL https://chrome.google.com/webstore/detail/ultimate-ad-blocker/jfhbealifiddpdbakoaogajmffjdonie
Beskrivelse Blocking Ads on World Wide Web!
Filstørrelse 7.47 MB
Antal Installationer 498,529
Nuværende Version 1.4.3
Senest Opdateret 2023-02-11
Udgivelsesdato 2022-06-25
Bedømmelse 4.69/5 Samlet 4305 Bedømmelser
Udvikler http://ultimateadblocker.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://ultimateadblocker.com
URL til Fortrolighedspolitik Side https://ultimateadb.com/privacy.html
Understøttede Sprog 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"
    }
}