FilterBypass
This is FilterBypass.me Proxy Official Addon
FilterBypassคืออะไร?
FilterBypass เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.filterbypass.me และคุณลักษณะหลักของมันคือ "This is FilterBypass.me Proxy Official Addon"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FilterBypass
ดาวน์โหลดไฟล์ส่วนขยาย FilterBypass ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FilterBypass is a free and fast web proxy that can unblock Youtube , Facebook , Twitter, VK as well as many other website.We welcome users regardless of demographics with a focus of making the web accessible to all with our online proxy. Unfortunately sites like Youtube , Dailymotion , Vimeo and others are often too complicated to proxy within the web proxy due to technical challenges and solutions are not scalable. This addon help to circumvent this limitation as it will proxy all requests to sites like youtube , vimeo and others within your browser so that you can unblock your favorite streaming sites and select the video that you want to watch and then go to our website to proxy the video. More importantly you can also use this addon to unblock our web proxy itself if required.Please only add "filterbypass.me" to the selected sites to proxy only and only if filterbypass is blocked for you as going twice through our proxy servers increases the latency and may lead to a slower browsing experience. You retain full control of which sites we proxy through the addon options page. Features: - Select domains you want to proxy - Able to unblock youtube , dailymotion, vimeo and twitch.tv - We automatically redirect to filterbypass.me everytime you visit a video page.This is only for domains that you selected in options page - Proxy videos or pages on right click How to Use 1.Install the addon 2.Go to option page and select domain to proxy 3.Enable proxy mode You can switch the proxy mode to ON/OFF anytime to enable/disable the addon. FAQ : https://www.filterbypass.me/faq Terms and conditions : https://www.filterbypass.me/terms#terms-of-use Privacy Policy : https://www.filterbypass.me/terms#privacy-policy
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FilterBypass |
ID | naeeohopejehgjckpkmbdojogdipklbj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/filterbypass/naeeohopejehgjckpkmbdojogdipklbj |
คำอธิบาย | This is FilterBypass.me Proxy Official Addon |
ขนาดไฟล์ | 1022 KB |
จำนวนการติดตั้ง | 5,427 |
เวอร์ชันปัจจุบัน | 2.2.0 |
อัปเดตครั้งล่าสุด | 2022-05-12 |
วันที่เผยแพร่ | 2019-01-20 |
คะแนน | 3.28/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://www.filterbypass.me |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.filterbypass.me/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.filterbypass.me/terms |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FilterBypass", "version": "2.2.0", "minimum_chrome_version": "26.0", "description": "This is FilterBypass.me Proxy Official Addon", "icons": { "16": "images\/logo-16.png", "32": "images\/logo-32.png", "48": "images\/logo-48.png", "128": "images\/logo-128.png" }, "browser_action": { "default_icon": { "16": "images\/logo-16.png", "32": "images\/logo-32.png" }, "default_title": "FilterBypass Addon", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "jquery-3.4.1.min.js", "bg.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.filterbypass.me\/*" ], "js": [ "jquery-3.4.1.min.js", "contentScript.js" ] } ], "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/", "https:\/\/*\/", "proxy", "storage", "contextMenus", "alarms" ] } |