Yolo web Proxy
Yolo is a web proxy that allows to access your favorite websites anonymously
Yolo web Proxy란 무엇입니까?
Yolo web Proxy은(는) yolowebproxy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Yolo is a web proxy that allows to access your favorite websites anonymously"입니다.
확장 프로그램 스크린샷
Yolo web Proxy 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Yolo is a web proxy that allows to access your favorite websites anonymously. The main difference to other proxies and VPNs is that Yolo allows quick Anonymous access to any webpage with one click. No need to turn on a VPN or visit proxy sites. Right click on any Link to open it anonymously instead of passing all of your internet traffic through a VPN. We need to maintain our servers and develop the service, that's why this extension currently is ad-sponsored and still free for everyone. If you have found a bug or faced an issue please report it on the web store extension page
확장 프로그램 기본 정보
이름 | |
ID | pphbfeeeejppjigjddgoibemfjdnhikg |
공식 URL | https://chrome.google.com/webstore/detail/yolo-web-proxy/pphbfeeeejppjigjddgoibemfjdnhikg |
설명 | Yolo is a web proxy that allows to access your favorite websites anonymously |
파일 크기 | 31.68 KB |
설치 횟수 | 25 |
현재 버전 | 0.1.01 |
최근 업데이트 | 2020-05-17 |
출시 날짜 | 2020-05-17 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | yolowebproxy |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yolo web Proxy", "version": "0.1.01", "manifest_version": 2, "description": "Yolo is a web proxy that allows to access your favorite websites anonymously", "minimum_chrome_version": "35", "icons": { "16": "img\/download.png", "48": "img\/download.png", "128": "img\/download.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs" ] } |