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 |
公式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 |
Eメール | [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", "*:\/\/*\/*" ] } |