Windmill - Overseas website accelerating tool
Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
O que é Windmill - Overseas website accelerating tool?
Windmill - Overseas website accelerating tool é uma extensão do Chrome desenvolvida por windmillvpn, e sua principal característica é "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Windmill - Overseas website accelerating tool
Baixe arquivos de extensão Windmill - Overseas website accelerating tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Windmill - Overseas website accelerating tool |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
URL Oficial | https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc |
Descrição | Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website. |
Tamanho do Arquivo | 789 KB |
Contagem de Instalações | 35,069 |
Versão Atual | 3.89 |
Última Atualização | 2022-11-30 |
Data de Publicação | 2020-04-18 |
Classificação | 4.52/5 Total de 483 Avaliações |
Desenvolvedor | windmillvpn |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.windmillvpn.site/ |
URL da Página de Ajuda | https://www.windmillvpn.site/ |
URL da Página de Política de Privacidade | https://www.windmillvpn.com/privacy.html |
Idiomas Suportados | 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", "*:\/\/*\/*" ] } |