Windmill - Overseas website accelerating tool
Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
¿Qué es Windmill - Overseas website accelerating tool?
Windmill - Overseas website accelerating tool es una extensión de Chrome desarrollada por windmillvpn, y su función principal es "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Windmill - Overseas website accelerating tool
Descarga archivos de extensión Windmill - Overseas website accelerating tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Windmill - Overseas website accelerating tool |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
URL Oficial | https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc |
Descripción | Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website. |
Tamaño del Archivo | 789 KB |
Cantidad de Instalaciones | 35,069 |
Versión Actual | 3.89 |
Última Actualización | 2022-11-30 |
Fecha de Publicación | 2020-04-18 |
Calificación | 4.52/5 Total de 483 Calificaciones |
Desarrollador | windmillvpn |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.windmillvpn.site/ |
URL de la Página de Ayuda | https://www.windmillvpn.site/ |
URL de la Página de Política de Privacidad | https://www.windmillvpn.com/privacy.html |
Idiomas Soportados | 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", "*:\/\/*\/*" ] } |