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 |
公式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 |
Eメール | [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" } |