Adblocker Unlimited — block ads & browse safe

Unlimited Adblock is a powerful but simple, ad blocking tool!

Adblocker Unlimited — block ads & browse safe क्या है?

Adblocker Unlimited — block ads & browse safe Ad Blocking Manager द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unlimited Adblock is a powerful but simple, ad blocking tool!"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Adblocker Unlimited — block ads & browse safe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Adblocker Unlimited blocks all annoying ads on video hosting sites like Youtube, Vimeo, DailyMotion and others sites. The extension works several times faster than other ad blockers and also blocks third party tracking on visited pages!

Benefits:
- No ads when watching video content! Enjoy videos without distraction.
- Faster page loading by blocking ads content
- Improve security by blocking tracking scripts
- Unbelievably fast work speed

How to use the extension?
After installing Unlimited Adblocker in Chrome, click the extension icon in the upper-right corner to enable its features. Save your time and increase your browser speed with a well-functioning Unlimited Adblock.

We are always open to new ideas. If you have any comments or suggestions, just contact us.                    

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

नाम Adblocker Unlimited — block ads & browse safe Adblocker Unlimited — block ads & browse safe
ID jbmchedljjfealnmchfkfimjakeodmhi
आधिकारिक URL https://chromewebstore.google.com/detail/adblocker-unlimited-%E2%80%94-blo/jbmchedljjfealnmchfkfimjakeodmhi
विवरण Unlimited Adblock is a powerful but simple, ad blocking tool!
फ़ाइल का आकार 4.59 MB
स्थापना संख्या 2,491
वर्तमान संस्करण 0.8.3
अंतिम अपडेट 2022-10-19
प्रकाशन तिथि 2022-10-19
रेटिंग 4.50/5 कुल 8 रेटिंग्स
डेवलपर Ad Blocking Manager
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1-kpKfB8mBPodHiek5l0QbG8FFRfbUn8fp5wLLhBb-eA
समर्थित भाषाएँ de,en,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "img\/logo-green-128x128.png",
        "default_popup": "html\/results.html",
        "default_title": "Adblocker Unlimited"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/document.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "js\/frame.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Unlimited Adblock is a powerful but simple, ad blocking tool!",
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "300": "icons\/icon300.png",
        "512": "icons\/icon512.png"
    },
    "incognito": "spanning",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Adblocker Unlimited \u2014 block ads & browse safe",
    "permissions": [
        "cookies",
        "storage",
        "webRequest",
        "tabs",
        "browsingData",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "declarativeNetRequestWithHostAccess",
        "notifications"
    ],
    "short_name": "__MSG_appShortName__",
    "version": "0.8.3"
}