Bypass Blocker
A tool to help users bypass word blocking when posting on forums.
Bypass Blocker란 무엇입니까?
Bypass Blocker은(는) makefeics에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool to help users bypass word blocking when posting on forums."입니다.
확장 프로그램 스크린샷
Bypass Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bypass Blocker is a Chrome extension designed to help users freely express their thoughts and ideas on forums without being hindered by word blocking or censorship. It works by encrypting your text with zero-width characters, making it possible to bypass word blocking mechanisms while keeping your original message intact. Whether you're participating in a heated debate, sharing controversial ideas, or simply want to ensure your voice is heard, Bypass Blocker is the tool for you. It's easy to use - just type your message into the extension, click "Process", and your encrypted message will be ready to paste directly into your forum post. With Bypass Blocker, you can: Bypass word blocking on forums Protect your freedom of speech Express your thoughts without censorship Install Bypass Blocker today and start communicating freely on your favorite forums.
확장 프로그램 기본 정보
이름 | Bypass Blocker |
ID | kfkbdplglbpcpdngnedejhdclgaiiffn |
공식 URL | https://chromewebstore.google.com/detail/bypass-blocker/kfkbdplglbpcpdngnedejhdclgaiiffn |
설명 | A tool to help users bypass word blocking when posting on forums. |
파일 크기 | 12.38 KB |
설치 횟수 | 393 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-06-07 |
출시 날짜 | 2023-05-29 |
평점 | 3.00/5 총 1 개의 평점 |
개발자 | makefeics |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,es,ar |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "1.0", "description": "__MSG_extDescription__", "default_locale": "en", "permissions": [ "clipboardWrite" ], "action": { "default_title": "__MSG_extName__", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |