BrowserWall

BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…

BrowserWall क्या है?

BrowserWall https://browserwall.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…"।

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

screenshot
screenshot

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

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

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

                        BrowserWall is a security add-on that will improve your online safety.

BrowserWall gives you instant protection from the online threats.

Advanced mechanisms scans the internet for malware, phishing, fake shops and updates online database with the new detection signatures. Additionaly PREBYTES Security Incident Response Team analyze new threats and updates signatures for better protection.

BrowserWall is a product of a company specializing in cybersecurity.                    

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

नाम BrowserWall BrowserWall
ID pppjpgngihocgpbiofdhconpbfinimnn
आधिकारिक URL https://chromewebstore.google.com/detail/browserwall/pppjpgngihocgpbiofdhconpbfinimnn
विवरण BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…
फ़ाइल का आकार 654 KB
स्थापना संख्या 833
वर्तमान संस्करण 4.1 build 20220804
अंतिम अपडेट 2022-08-05
प्रकाशन तिथि 2019-05-21
रेटिंग 5.00/5 कुल 7 रेटिंग्स
डेवलपर https://browserwall.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://browserwall.com/
गोपनीयता नीति पृष्ठ URL https://browserwall.com/privacy&usage.html
समर्थित भाषाएँ de,en,es,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrowserWall",
    "short_name": "BW",
    "background": {
        "scripts": [
            "scripts\/sha1.js",
            "main.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "styles\/main.css",
        "scripts\/sha1.js",
        "alert\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon_32.png",
        "default_title": "BrowserWall",
        "default_popup": "options\/options_popup_menu.html"
    },
    "version": "4.1",
    "version_name": "4.1 build 20220804",
    "default_locale": "en",
    "minimum_chrome_version": "50",
    "options_ui": {
        "page": "options\/options_popup.html",
        "chrome_style": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "system.cpu",
        "system.memory",
        "notifications",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png",
        "256": "icons\/icon_256.png"
    }
}