Windmill - Overseas website accelerating tool
Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
What is Windmill - Overseas website accelerating tool?
Windmill - Overseas website accelerating tool is a Chrome extension developed by windmillvpn, and its main feature is "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".
Extension Screenshots
Download Windmill - Overseas website accelerating tool Extension CRX File
Download Windmill - Overseas website accelerating tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Windmill - Overseas website accelerating tool |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
Official URL | https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc |
Description | Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website. |
File Size | 789 KB |
Installation Count | 35,069 |
Current Version | 3.89 |
Last Updated | 2022-11-30 |
Publish Date | 2020-04-18 |
Rating | 4.52/5 Total 483 Ratings |
Developer | windmillvpn |
[email protected] | |
Payment Type | free |
Extension Website | https://www.windmillvpn.site/ |
Help Page URL | https://www.windmillvpn.site/ |
Privacy Policy Page URL | https://www.windmillvpn.com/privacy.html |
Supported Languages | 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", "*:\/\/*\/*" ] } |