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 là gì?
Windmill - Overseas website accelerating tool là một tiện ích mở rộng Chrome được phát triển bởi windmillvpn, và tính năng chính của nó là "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".
Ả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 Windmill - Overseas website accelerating tool
Tải xuống các tệp mở rộng Windmill - Overseas website accelerating tool 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Windmill - Overseas website accelerating tool |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
URL Chính Thức | https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc |
Mô tả | Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website. |
Kích Thước Tệp | 789 KB |
Số Lần Cài Đặt | 35,069 |
Phiên Bản Hiện Tại | 3.89 |
Cập Nhật Lần Cuối | 2022-11-30 |
Ngày Phát Hành | 2020-04-18 |
Đánh Giá | 4.52/5 Tổng số 483 Đánh Giá |
Nhà Phát Triển | windmillvpn |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.windmillvpn.site/ |
URL Trang Trợ Giúp | https://www.windmillvpn.site/ |
URL Trang Chính Sách Bảo Mật | https://www.windmillvpn.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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", "*:\/\/*\/*" ] } |