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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον windmillvpn, και η κύρια λειτουργία του είναι "Windmill is a simple and easy to use overseas website accelerating tool, help users quickly open the website.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Windmill - Overseas website accelerating tool
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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", "*:\/\/*\/*" ] } |