San Proxy
San Proxy - A Chromium Based Extension for using Socks Proxy.
O que é San Proxy?
San Proxy é uma extensão do Chrome desenvolvida por Santhosh Veer, e sua principal característica é "San Proxy - A Chromium Based Extension for using Socks Proxy.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão San Proxy
Baixe arquivos de extensão San Proxy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
▶ 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
Informações Básicas da Extensão
Nome | San Proxy |
ID | hfkbfaacabmkdnemhpffhhhpnecnmkjg |
URL Oficial | https://chromewebstore.google.com/detail/san-proxy/hfkbfaacabmkdnemhpffhhhpnecnmkjg |
Descrição | San Proxy - A Chromium Based Extension for using Socks Proxy. |
Tamanho do Arquivo | 128 KB |
Contagem de Instalações | 1,218 |
Versão Atual | 0.3 |
Última Atualização | 2022-06-21 |
Data de Publicação | 2020-05-21 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Santhosh Veer |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mskian/san-proxy |
URL da Página de Ajuda | https://github.com/mskian/san-proxy/issues |
Idiomas Suportados | 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" } |