Ultimate Ad Blocker

Blocking Ads on World Wide Web!

Ultimate Ad Blocker क्या है?

Ultimate Ad Blocker http://ultimateadblocker.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocking Ads on World Wide Web!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ultimate Ad Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Ultimate Ad Blocker Ultimate Ad Blocker
ID jfhbealifiddpdbakoaogajmffjdonie
आधिकारिक URL https://chrome.google.com/webstore/detail/ultimate-ad-blocker/jfhbealifiddpdbakoaogajmffjdonie
विवरण Blocking Ads on World Wide Web!
फ़ाइल का आकार 7.47 MB
स्थापना संख्या 498,529
वर्तमान संस्करण 1.4.3
अंतिम अपडेट 2023-02-11
प्रकाशन तिथि 2022-06-25
रेटिंग 4.69/5 कुल 4305 रेटिंग्स
डेवलपर http://ultimateadblocker.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ultimateadblocker.com
गोपनीयता नीति पृष्ठ URL https://ultimateadb.com/privacy.html
समर्थित भाषाएँ 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"
    }
}