BlockAll - block ads

AdBlocker - Blocks annoying ads with individual rules for popular sites

BlockAll - block ads क्या है?

BlockAll - block ads blockall1904 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "AdBlocker - Blocks annoying ads with individual rules for popular sites"।

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

screenshot
screenshot

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

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

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

                        BlockAll will protect you from all types of ads.

An innovative ad protector.BlockAll will allow you to clean most of annoying ads from your browser.

*Easy to use
*On going updates
*Fast and secure
*Blocking all type of ads

for any question you have, feel free to email us at [email protected]                    

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

नाम BlockAll - block ads BlockAll - block ads
ID jbbpjeecholbhpbicnogbcfoaejengla
आधिकारिक URL https://chromewebstore.google.com/detail/blockall-block-ads/jbbpjeecholbhpbicnogbcfoaejengla
विवरण AdBlocker - Blocks annoying ads with individual rules for popular sites
फ़ाइल का आकार 12.35 KB
स्थापना संख्या 6,416
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-05-05
प्रकाशन तिथि 2022-05-05
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर blockall1904
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://blockall.net
सहायता पृष्ठ URL https://blockall.net
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockAll - block ads",
    "description": "AdBlocker - Blocks annoying ads with individual rules for popular sites",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}