Whistle plugin By Nick
Whistle proxy management unofficial plugin
Whistle plugin By Nick란 무엇입니까?
Whistle plugin By Nick은(는) Nick Zhang에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Whistle proxy management unofficial plugin"입니다.
확장 프로그램 스크린샷
Whistle plugin By Nick 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It's easy to manage whistle rules, and easy to change chrome proxy setting.
확장 프로그램 기본 정보
이름 | Whistle plugin By Nick |
ID | ibhpjiafjijjpofblhamncmhlicfcofm |
공식 URL | https://chromewebstore.google.com/detail/whistle-plugin-by-nick/ibhpjiafjijjpofblhamncmhlicfcofm |
설명 | Whistle proxy management unofficial plugin |
파일 크기 | 121 KB |
설치 횟수 | 3,000 |
현재 버전 | 2.2.4 |
최근 업데이트 | 2023-07-15 |
출시 날짜 | 2020-06-17 |
평점 | 4.80/5 총 10 개의 평점 |
개발자 | Nick Zhang |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gitee.com/thesadboy/whistle-rules-plugin |
도움말 페이지 URL | https://gitee.com/thesadboy/whistle-rules-plugin/issues |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.2.4", "manifest_version": 3, "description": "__MSG_extDescription__", "icons": { "128": "icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_title": "__MSG_titleAction__", "default_icon": "icon.png", "default_popup": "index.html" }, "default_locale": "zh_CN", "permissions": [ "proxy", "contextMenus", "storage" ], "optional_host_permissions": [ "*:\/\/*\/*" ] } |