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.”。
擴展截圖
下載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 |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
官方網址 | 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", "*:\/\/*\/*" ] } |