Browser Firewall
Block any extension or website from accessing network
What is Browser Firewall?
Browser Firewall is a Chrome extension developed by wong2, and its main feature is "Block any extension or website from accessing network".
Extension Screenshots
Download Browser Firewall Extension CRX File
Download Browser Firewall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
What Is Browser Firewall? Browser Firewall is a powerful extension that allows you to block any extension or website from accessing your network. With just a few clicks, you can prevent potential data breaches and ensure that your personal information remains safe and private. Why Choose Browser Firewall? 1. Complete Control: Decide which websites and extensions can access your network, and easily update your settings as needed. 2. Enhanced Privacy: Protect your personal data from accidental leaks and unauthorized access by blocking unwanted network connections. 3. User-Friendly Interface: No technical knowledge required; Browser Firewall is designed for users of all levels.
Extension Basic Information
Name | Browser Firewall |
ID | pnihjpieldkckighiojnlfkgeennledi |
Official URL | https://chromewebstore.google.com/detail/browser-firewall/pnihjpieldkckighiojnlfkgeennledi |
Description | Block any extension or website from accessing network |
File Size | 461 KB |
Installation Count | 322 |
Current Version | 1.0.0 |
Last Updated | 2023-09-25 |
Publish Date | 2023-09-25 |
Developer | wong2 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://chathub.gg/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Browser Firewall", "description": "Block any extension or website from accessing network", "version": "1.0.0", "icons": { "16": "src\/assets\/icon.png", "32": "src\/assets\/icon.png", "48": "src\/assets\/icon.png", "128": "src\/assets\/icon.png" }, "action": [], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "management", "declarativeNetRequest" ], "options_ui": { "page": "options.html", "open_in_tab": true } } |