Yolo web Proxy
Yolo is a web proxy that allows to access your favorite websites anonymously
Yolo web Proxyคืออะไร?
Yolo web Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yolowebproxy และคุณลักษณะหลักของมันคือ "Yolo is a web proxy that allows to access your favorite websites anonymously"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Yolo web Proxy
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |