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.”。
擴展截圖
下載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 |
ID | hfkbfaacabmkdnemhpffhhhpnecnmkjg |
官方網址 | 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" } |