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是由windmillvpn开发的Chrome扩展程序,该扩展的主要功能是“Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Windmill - Overseas website accelerating tool扩展crx文件

下载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",
        "*:\/\/*\/*"
    ]
}