Blockade

Block malicious websites from being accessed in the browser.

Blockade क्या है?

Blockade https://blockade.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block malicious websites from being accessed in the browser."।

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

screenshot
screenshot

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

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

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

                        Blockade brings antivirus-like capabilities to users who run the Chrome browser. Built as an extension, Blockade blocks malicious resources from being viewed or loaded inside of the browser. Blockade focuses on those who are often targeted via phishing attacks and may not have a substantial capability at their disposal. 

Using threat intelligence mined from multiple sources (and analysts), Blockade attempts to detect attacks that may exist in the browser by monitoring web traffic requests. The primary goal for the project is to detect and prevent as many attacks as possible for those who would otherwise go left unnoticed.                    

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

नाम Blockade Blockade
ID dpcbdbpeiafniipmiedlceedbffiejek
आधिकारिक URL https://chromewebstore.google.com/detail/blockade/dpcbdbpeiafniipmiedlceedbffiejek
विवरण Block malicious websites from being accessed in the browser.
फ़ाइल का आकार 448 KB
स्थापना संख्या 1,121
वर्तमान संस्करण 1.2.8
अंतिम अपडेट 2017-11-15
प्रकाशन तिथि 2017-11-15
रेटिंग 4.00/5 कुल 4 रेटिंग्स
डेवलपर https://blockade.io
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.blockade.io/faq.html
समर्थित भाषाएँ de,en,fr,no,tr,es,pt-BR,ru,iw,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.2.8",
    "icons": {
        "16": "resources\/ico\/16.png",
        "48": "resources\/ico\/48.png",
        "128": "resources\/ico\/128.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "resources\/ico\/16.png"
    },
    "options_page": "resources\/static\/options.html",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "notifications",
        "unlimitedStorage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "resources\/external\/jquery.js",
            "resources\/external\/md5.js",
            "resources\/external\/lzma-worker.min.js",
            "resources\/js\/core\/utils.js",
            "resources\/js\/core\/const.js",
            "resources\/js\/core\/init.js",
            "resources\/js\/libs\/blockade.js",
            "resources\/js\/core\/alarms.js",
            "resources\/js\/core\/background.js"
        ],
        "persistent": true
    }
}