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文件
下載Bypass Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |