Yolo web Proxy
Yolo is a web proxy that allows to access your favorite websites anonymously
Yolo web Proxy là gì?
Yolo web Proxy là một tiện ích mở rộng Chrome được phát triển bởi yolowebproxy, và tính năng chính của nó là "Yolo is a web proxy that allows to access your favorite websites anonymously".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Yolo web Proxy
Tải xuống các tệp mở rộng Yolo web Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | pphbfeeeejppjigjddgoibemfjdnhikg |
URL Chính Thức | https://chrome.google.com/webstore/detail/yolo-web-proxy/pphbfeeeejppjigjddgoibemfjdnhikg |
Mô tả | Yolo is a web proxy that allows to access your favorite websites anonymously |
Kích Thước Tệp | 31.68 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 0.1.01 |
Cập Nhật Lần Cuối | 2020-05-17 |
Ngày Phát Hành | 2020-05-17 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | yolowebproxy |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |