San Proxy

San Proxy - A Chromium Based Extension for using Socks Proxy.

San Proxy란 무엇입니까?

San Proxy은(는) Santhosh Veer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "San Proxy - A Chromium Based Extension for using Socks Proxy."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

San Proxy 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ▶ San Proxy 🔐

A simple and Lightweight Chromium based Extension for Connect the Socks5 Proxy

▶ Why this Extension ❔

I build this Extension to Connect the Socks5 Proxy on My Browser only - Browse Anonymously 👀

▶ Requirements 📃

- Socks Proxy

Currently it supports IP Authorization Method only

▶ Features 💅

- Supports on Browser Build with Chromium
-  Socks5 Proxy with Port - Supports HTTP, HTTPS and FTP Connections
- Disable option
- Get Proxy Status and IP
- System Font
- Spectre.css Framework
- Light Weight and Optimized
- Backup the Storage
- Proxy Status
- Restore Option

▶ LICENSE ☑

MIT                    

확장 프로그램 기본 정보

이름 San Proxy San Proxy
ID hfkbfaacabmkdnemhpffhhhpnecnmkjg
공식 URL https://chromewebstore.google.com/detail/san-proxy/hfkbfaacabmkdnemhpffhhhpnecnmkjg
설명 San Proxy - A Chromium Based Extension for using Socks Proxy.
파일 크기 128 KB
설치 횟수 1,218
현재 버전 0.3
최근 업데이트 2022-06-21
출시 날짜 2020-05-21
평점 5.00/5 총 1 개의 평점
개발자 Santhosh Veer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/mskian/san-proxy
도움말 페이지 URL https://github.com/mskian/san-proxy/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "San Proxy",
    "description": "San Proxy - A Chromium Based Extension for using Socks Proxy.",
    "version": "0.3",
    "icons": {
        "128": "images\/Icon-128.png",
        "48": "images\/Icon-48.png",
        "16": "images\/Icon-16.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/proxy.js",
            "js\/storage.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/Icon-16.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "short_name": "San Proxy",
    "homepage_url": "https:\/\/sanweb.info"
}