Windmill - Overseas website accelerating tool

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

Что такое Windmill - Overseas website accelerating tool?

Windmill - Overseas website accelerating tool - это расширение Chrome, разработанное windmillvpn, и его основная функция - "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Windmill - Overseas website accelerating tool

Скачайте файлы расширений Windmill - Overseas website accelerating tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Windmill - Overseas website accelerating tool Windmill - Overseas website accelerating tool
ID ggackgngljinccllcmbgnpgpllcjepgc
Официальный URL https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc
Описание Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
Размер файла 789 KB
Количество установок 35,069
Текущая Версия 3.89
Последнее Обновление 2022-11-30
Дата публикации 2020-04-18
Рейтинг 4.52/5 Всего 483 оценок
Разработчик windmillvpn
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://www.windmillvpn.site/
URL страницы помощи https://www.windmillvpn.site/
URL страницы политики конфиденциальности https://www.windmillvpn.com/privacy.html
Поддерживаемые языки 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",
        "*:\/\/*\/*"
    ]
}