San Proxy
San Proxy - A Chromium Based Extension for using Socks Proxy.
Was ist San Proxy?
San Proxy ist eine Chrome-Erweiterung, die von Santhosh Veer entwickelt wurde, und ihr Hauptmerkmal ist "San Proxy - A Chromium Based Extension for using Socks Proxy.".
Erweiterungsscreenshots
San Proxy-Erweiterungs-CRX-Datei herunterladen
Laden Sie San Proxy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
▶ 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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hfkbfaacabmkdnemhpffhhhpnecnmkjg |
| Offizielle URL | https://chromewebstore.google.com/detail/san-proxy/hfkbfaacabmkdnemhpffhhhpnecnmkjg |
| Beschreibung | San Proxy - A Chromium Based Extension for using Socks Proxy. |
| Dateigröße | 128 KB |
| Installationsanzahl | 1,218 |
| Aktuelle Version | 0.3 |
| Letztes Update | 2022-06-21 |
| Veröffentlichungsdatum | 2020-05-21 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Santhosh Veer |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/mskian/san-proxy |
| Hilfeseite URL | https://github.com/mskian/san-proxy/issues |
| Unterstützte Sprachen | 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"
} | |