Windmill - Overseas website accelerating tool
Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
Qu'est-ce que Windmill - Overseas website accelerating tool ?
Windmill - Overseas website accelerating tool est une extension Chrome développée par windmillvpn, et sa fonction principale est "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Windmill - Overseas website accelerating tool
Téléchargez les fichiers d'extension Windmill - Overseas website accelerating tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Windmill - Overseas website accelerating tool |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
URL Officiel | 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. |
Taille du Fichier | 789 KB |
Nombre d'Installations | 35,069 |
Version Actuelle | 3.89 |
Dernière Mise à Jour | 2022-11-30 |
Date de Publication | 2020-04-18 |
Évaluation | 4.52/5 Total 483 Évaluations |
Développeur | windmillvpn |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.windmillvpn.site/ |
URL de la Page d'Aide | https://www.windmillvpn.site/ |
URL de la Page de Politique de Confidentialité | https://www.windmillvpn.com/privacy.html |
Langues Prises en Charge | 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", "*:\/\/*\/*" ] } |