Hotplate localhost SOCKS proxy setup
Configure a localhost SOCKS proxy
Hotplate localhost SOCKS proxy setup란 무엇입니까?
Hotplate localhost SOCKS proxy setup은(는) Hotplate Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Configure a localhost SOCKS proxy"입니다.
확장 프로그램 스크린샷
Hotplate localhost SOCKS proxy setup 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Easily switch a localhost SOCKS proxy on and off. Defaults to localhost:8080 but can be configured to use a different port.
확장 프로그램 기본 정보
이름 | Hotplate localhost SOCKS proxy setup |
ID | odiakldnmmpjabkemfboijigageaelcn |
공식 URL | https://chromewebstore.google.com/detail/hotplate-localhost-socks/odiakldnmmpjabkemfboijigageaelcn |
설명 | Configure a localhost SOCKS proxy |
파일 크기 | 14.38 KB |
설치 횟수 | 4,873 |
현재 버전 | 2 |
최근 업데이트 | 2021-12-23 |
출시 날짜 | 2019-03-08 |
평점 | 4.33/5 총 21 개의 평점 |
개발자 | Hotplate Labs |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://socksproxy.sova.st/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hotplate localhost SOCKS proxy setup", "description": "Configure a localhost SOCKS proxy", "homepage_url": "https:\/\/hotplatesocksproxy.sova.st\/", "author": "Hotplate Labs", "version": "2", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "contextMenus", "proxy", "storage" ], "background": { "scripts": [ "background.js" ] }, "browser_action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |