Windmill - Overseas website accelerating tool

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

Apa itu Windmill - Overseas website accelerating tool?

Windmill - Overseas website accelerating tool adalah ekstensi Chrome yang dikembangkan oleh windmillvpn, dan fitur utamanya adalah "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Windmill - Overseas website accelerating tool

Unduh file ekstensi Windmill - Overseas website accelerating tool dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Windmill - Overseas website accelerating tool Windmill - Overseas website accelerating tool
ID ggackgngljinccllcmbgnpgpllcjepgc
URL Resmi https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc
Deskripsi Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
Ukuran File 789 KB
Jumlah Instalasi 35,069
Versi Saat Ini 3.89
Terakhir Diperbarui 2022-11-30
Tanggal Publikasi 2020-04-18
Penilaian 4.52/5 Total 483 Penilaian
Pengembang windmillvpn
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.windmillvpn.site/
URL Halaman Bantuan https://www.windmillvpn.site/
URL Halaman Kebijakan Privasi https://www.windmillvpn.com/privacy.html
Bahasa yang Didukung 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",
        "*:\/\/*\/*"
    ]
}