ProxFlow
No more country restrictions, just enjoy the content!
ProxFlowคืออะไร?
ProxFlow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://proxflow.com และคุณลักษณะหลักของมันคือ "No more country restrictions, just enjoy the content!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ProxFlow
ดาวน์โหลดไฟล์ส่วนขยาย ProxFlow ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ProxFlow |
ID | aakchaleigkohafkfjfjbblobjifikek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek |
คำอธิบาย | No more country restrictions, just enjoy the content! |
ขนาดไฟล์ | 164 KB |
จำนวนการติดตั้ง | 238,481 |
เวอร์ชันปัจจุบัน | 3.2.1 |
อัปเดตครั้งล่าสุด | 2021-05-11 |
วันที่เผยแพร่ | 2020-06-11 |
คะแนน | 3.85/5 รวมทั้งหมด 1166 คะแนน |
ผู้พัฒนา | https://proxflow.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://proxflow.com |
ภาษาที่รองรับ | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "ProxFlow", "version": "3.2.1", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "description": "__MSG_description__", "homepage_url": "http:\/\/proxflow.com", "permissions": [ "storage", "tabs", "proxy", "https:\/\/loadbalancer-api-v2.herokuapp.com\/*", "https:\/\/www.youtube.com\/*" ], "browser_action": { "default_title": "ProxFlow", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "content\/youtube.injected.js", "icons\/waitajax.gif" ], "background": { "scripts": [ "background.js" ] } } |