Windmill - Overseas website accelerating tool
Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.
Hvad er Windmill - Overseas website accelerating tool?
Windmill - Overseas website accelerating tool er en Chrome-udvidelse udviklet af windmillvpn, og dens hovedfunktion er "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".
Udvidelsesskærmbilleder
Download Windmill - Overseas website accelerating tool-udvidelses-CRX-fil
Download Windmill - Overseas website accelerating tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Windmill - Overseas website accelerating tool |
ID | ggackgngljinccllcmbgnpgpllcjepgc |
Officiel URL | https://chromewebstore.google.com/detail/windmill-overseas-website/ggackgngljinccllcmbgnpgpllcjepgc |
Beskrivelse | Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website. |
Filstørrelse | 789 KB |
Antal Installationer | 35,069 |
Nuværende Version | 3.89 |
Senest Opdateret | 2022-11-30 |
Udgivelsesdato | 2020-04-18 |
Bedømmelse | 4.52/5 Samlet 483 Bedømmelser |
Udvikler | windmillvpn |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.windmillvpn.site/ |
Hjælpeside-URL | https://www.windmillvpn.site/ |
URL til Fortrolighedspolitik Side | https://www.windmillvpn.com/privacy.html |
Understøttede Sprog | 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", "*:\/\/*\/*" ] } |