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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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", "*:\/\/*\/*" ] } |