BarbBlock

Blocks requests to sites which have used legal threats to remove themselves from other blacklists.

BarbBlock क्या है?

BarbBlock paulgb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Blocks requests to sites which have used legal threats to remove themselves from other blacklists."।

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

screenshot

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

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

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

                        BarbBlock is a content blocking extension for Google Chrome. It blocks requests to sites which have used DMCA takedowns to force removal from other blacklists. Such takedowns are categorically invalid, but they can be effective at intimidating small open-source projects into compliance.                    

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

नाम BarbBlock BarbBlock
ID nfgbdnfloghjocgmnclgpjnhhghmjpma
आधिकारिक URL https://chromewebstore.google.com/detail/barbblock/nfgbdnfloghjocgmnclgpjnhhghmjpma
विवरण Blocks requests to sites which have used legal threats to remove themselves from other blacklists.
फ़ाइल का आकार 22.01 KB
स्थापना संख्या 194
वर्तमान संस्करण 1.5
अंतिम अपडेट 2019-06-03
प्रकाशन तिथि 2019-06-03
रेटिंग 4.94/5 कुल 16 रेटिंग्स
डेवलपर paulgb
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/paulgb/BarbBlock/blob/master/README.md
गोपनीयता नीति पृष्ठ URL https://github.com/paulgb/Treeverse/blob/master/PRIVACY.md
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BarbBlock",
    "description": "Blocks requests to sites which have used legal threats to remove themselves from other blacklists.",
    "version": "1.5",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "barbblock.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}