Windmill - Overseas website accelerating tool
Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
Windmill - Overseas website accelerating toolคืออะไร?
Windmill - Overseas website accelerating tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย windmillvpn และคุณลักษณะหลักของมันคือ "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Windmill - Overseas website accelerating tool
ดาวน์โหลดไฟล์ส่วนขยาย Windmill - Overseas website accelerating tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Windmill is a simple and easy-to-use global network acceleration tool that can be used with just one click, no complicated configuration is required. Browser extension, iOS, Android and other clients are supported, and it is free to use. Suitable for the following people: -Foreign trade staff -Overseas media operators -Haitao staff -Overseas film and television fans -College students and researchers access academic information -Internet technicians -Designers collect materials
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Windmill - Overseas website accelerating tool |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc |
คำอธิบาย | Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website. |
ขนาดไฟล์ | 789 KB |
จำนวนการติดตั้ง | 35,069 |
เวอร์ชันปัจจุบัน | 3.89 |
อัปเดตครั้งล่าสุด | 2022-11-30 |
วันที่เผยแพร่ | 2020-04-18 |
คะแนน | 4.52/5 รวมทั้งหมด 483 คะแนน |
ผู้พัฒนา | windmillvpn |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.windmillvpn.site/ |
URL หน้าช่วยเหลือ | https://www.windmillvpn.site/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.windmillvpn.com/privacy.html |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "windmill", "version": "3.89", "short_name": "Windmill", "name": "__MSG_manifest_appName__", "description": "__MSG_manifest_appDescription__", "default_locale": "en", "icons": { "16": "assets\/images\/windmill-normal-16.png", "24": "assets\/images\/windmill-normal-24.png", "128": "assets\/images\/windmill-normal-128.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "assets\/images\/windmill-normal-24.png", "default_title": "Windmill", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' ; object-src 'self';", "permissions": [ "privacy", "proxy", "tabs", "notifications", "webRequest", "webRequestBlocking", "management", "*:\/\/*\/*" ] } |