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文件

下载San Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ▶ 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"
}