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