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開發的Chrome擴展程式,該擴展的主要功能是“BrowserWall is a security add-on that will improve your online safety. BrowserWall gives you instant protection from the online…”。
擴展截圖
下載BrowserWall擴展crx文件
下載BrowserWall擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | pppjpgngihocgpbiofdhconpbfinimnn |
官方網址 | 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" } } |