Browser Firewall
Block any extension or website from accessing network
Browser Firewall란 무엇입니까?
Browser Firewall은(는) wong2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block any extension or website from accessing network"입니다.
확장 프로그램 스크린샷
Browser Firewall 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | Browser Firewall |
ID | pnihjpieldkckighiojnlfkgeennledi |
공식 URL | https://chromewebstore.google.com/detail/browser-firewall/pnihjpieldkckighiojnlfkgeennledi |
설명 | Block any extension or website from accessing network |
파일 크기 | 461 KB |
설치 횟수 | 322 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2023-09-25 |
출시 날짜 | 2023-09-25 |
개발자 | wong2 |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://chathub.gg/privacy-policy |
지원되는 언어 | 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 } } |