Windmill - Overseas website accelerating tool

Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.

Was ist Windmill - Overseas website accelerating tool?

Windmill - Overseas website accelerating tool ist eine Chrome-Erweiterung, die von windmillvpn entwickelt wurde, und ihr Hauptmerkmal ist "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Windmill - Overseas website accelerating tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie Windmill - Overseas website accelerating tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Windmill - Overseas website accelerating tool Windmill - Overseas website accelerating tool
ID ggackgngljinccllcmbgnpgpllcjepgc
Offizielle URL https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc
Beschreibung Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
Dateigröße 789 KB
Installationsanzahl 35,069
Aktuelle Version 3.89
Letztes Update 2022-11-30
Veröffentlichungsdatum 2020-04-18
Bewertung 4.52/5 Insgesamt 483 Bewertungen
Entwickler windmillvpn
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.windmillvpn.site/
Hilfeseite URL https://www.windmillvpn.site/
URL der Datenschutzrichtlinien-Seite https://www.windmillvpn.com/privacy.html
Unterstützte Sprachen 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",
        "*:\/\/*\/*"
    ]
}