Windmill - Overseas website accelerating tool
Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
Cos'è Windmill - Overseas website accelerating tool?
Windmill - Overseas website accelerating tool è un'estensione di Chrome sviluppata da windmillvpn, e la sua funzione principale è "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Windmill - Overseas website accelerating tool
Scarica i file di estensione Windmill - Overseas website accelerating tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Windmill - Overseas website accelerating tool |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
URL Ufficiale | https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc |
Descrizione | Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website. |
Dimensione del File | 789 KB |
Conteggio Installazioni | 35,069 |
Versione Corrente | 3.89 |
Ultimo Aggiornamento | 2022-11-30 |
Data di Pubblicazione | 2020-04-18 |
Valutazione | 4.52/5 Totale 483 Valutazioni |
Sviluppatore | windmillvpn |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.windmillvpn.site/ |
URL della Pagina di Aiuto | https://www.windmillvpn.site/ |
URL della Pagina della Politica sulla Privacy | https://www.windmillvpn.com/privacy.html |
Lingue Supportate | 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", "*:\/\/*\/*" ] } |