Windmill - Overseas website accelerating tool

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

Co je Windmill - Overseas website accelerating tool?

Windmill - Overseas website accelerating tool je rozšíření Chrome vyvinuté windmillvpn, a jeho hlavní funkcí je „Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Windmill - Overseas website accelerating tool

Stáhněte si soubory rozšíření Windmill - Overseas website accelerating tool ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Windmill - Overseas website accelerating tool Windmill - Overseas website accelerating tool
ID ggackgngljinccllcmbgnpgpllcjepgc
Oficiální URL https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc
Popis Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
Velikost souboru 789 KB
Počet instalací 35,069
Aktuální Verze 3.89
Poslední Aktualizace 2022-11-30
Datum Vydání 2020-04-18
Hodnocení 4.52/5 Celkem 483 Hodnocení
Vývojář windmillvpn
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.windmillvpn.site/
URL Stránky Nápovědy https://www.windmillvpn.site/
URL Stránky Zásad Ochrany Soukromí https://www.windmillvpn.com/privacy.html
Podporované Jazyky 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",
        "*:\/\/*\/*"
    ]
}