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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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'" } |