Blockless Proxy VPN - Freedom & Privacy
Protects your privacy and unblocks websites with one-click region switching.
什麼是Blockless Proxy VPN - Freedom & Privacy?
Blockless Proxy VPN - Freedom & Privacy是由http://blockless.com開發的Chrome擴展程式,該擴展的主要功能是“Protects your privacy and unblocks websites with one-click region switching.”。
擴展截圖
下載Blockless Proxy VPN - Freedom & Privacy擴展crx文件
下載Blockless Proxy VPN - Freedom & Privacy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Switching your browser to ‘Private' mode isn’t enough. Blockless Proxy VPN is a lightweight tool that encrypts your Internet connection and hides your IP address, giving you complete security and anonymity online. Blockless Proxy VPN also lets you switch your region to unblock websites and avoid censorship online. No credit card required, no ads, and we do NOT keep logs of your browsing activity or personal information. Blockless gives you freedom and privacy online with no strings attached. Add Blockless Proxy VPN to Chrome and enjoy a safe, enhanced browsing experience.
擴展基本資訊
名稱 | |
ID | abkfaffjmlmannmlnlfheoohcnciagdl |
官方網址 | https://chrome.google.com/webstore/detail/blockless-proxy-vpn-freed/abkfaffjmlmannmlnlfheoohcnciagdl |
簡介 | Protects your privacy and unblocks websites with one-click region switching. |
檔案大小 | 704 KB |
安裝次數 | 4,000 |
目前版本 | 0.9.5 |
更新時間 | 2016-07-18 |
上架時間 | 2016-07-18 |
評分 | 3.35/5 共 51 次評分 |
開發者 | http://blockless.com |
付費類型 | free |
擴展官網 | https://www.blockless.com/ |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Blockless Proxy VPN - Freedom & Privacy", "description": "Protects your privacy and unblocks websites with one-click region switching.", "short_name": "blockless_vpn", "version": "0.9.5", "browser_action": { "default_popup": "data\/extension.html", "default_icon": "data\/img\/logo.icon-off.png" }, "icons": { "16": "data\/img\/logo.icon-16.png", "48": "data\/img\/logo.icon-48.png", "128": "data\/img\/logo.icon-128.png" }, "background": { "scripts": [ ".\/service\/extension.js", ".\/service\/api.js", "background.js" ] }, "permissions": [ "debugger", "storage", "proxy", "webRequest", "webRequestBlocking", "tabs", "background", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "data\/js\/angular.min.js", "data\/js\/main.js", "data\/js\/controller.js" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |