AdBlock Unicorn

The cutest Ad blocker, blocks ads from more than 50'000 sources.

AdBlock Unicorn क्या है?

AdBlock Unicorn AdBlock Unicorn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The cutest Ad blocker, blocks ads from more than 50'000 sources."।

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

screenshot

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

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

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

                        Our technology blocks ads before they're displayed by blocking the requests.
In case something goes through we also have failsafe JS and CSS to remove ads

You may disable AdBlock Unicorn at any time by using the toggle button after clicking on the icon.

AdBlock Unicorn checks for custom script in our server to make sure we add all the latest critical ad blockings that cannot wait until the next Chrome store update which sometimes take multiple days.

Please visit our website and send us your feedback and suggestions on how to make our product better and cuter !

FAQ :
Q : Do you block video ads on Youtube and Facebook ?
A : Not at the moment, we are working on it                    

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

नाम AdBlock Unicorn AdBlock Unicorn
ID ldjhogknogpdklogdocbicnlpljekejl
आधिकारिक URL https://chromewebstore.google.com/detail/adblock-unicorn/ldjhogknogpdklogdocbicnlpljekejl
विवरण The cutest Ad blocker, blocks ads from more than 50'000 sources.
फ़ाइल का आकार 391 KB
स्थापना संख्या 818
वर्तमान संस्करण 2.0.2.0
अंतिम अपडेट 2020-11-17
प्रकाशन तिथि 2020-10-13
रेटिंग 3.38/5 कुल 8 रेटिंग्स
डेवलपर AdBlock Unicorn
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://adblock-unicorn.com/
गोपनीयता नीति पृष्ठ URL https://www.adblock-unicorn.com/privacy.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdBlock Unicorn",
    "version": "2.0.2.0",
    "description": "The cutest Ad blocker, blocks ads from more than 50'000 sources.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "128": "128.png"
    },
    "web_accessible_resources": [
        "128.png"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "matches": [
                "https:\/\/adblock-unicorn.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "validation.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "manifest_version": 2
}