San Proxy
San Proxy - A Chromium Based Extension for using Socks Proxy.
Co to jest San Proxy?
San Proxy to rozszerzenie Chrome opracowane przez Santhosh Veer, a jego główną funkcją jest „San Proxy - A Chromium Based Extension for using Socks Proxy.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia San Proxy
Pobierz pliki rozszerzeń San Proxy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
▶ 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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | hfkbfaacabmkdnemhpffhhhpnecnmkjg |
| Oficjalny URL | https://chromewebstore.google.com/detail/san-proxy/hfkbfaacabmkdnemhpffhhhpnecnmkjg |
| Opis | San Proxy - A Chromium Based Extension for using Socks Proxy. |
| Rozmiar pliku | 128 KB |
| Liczba instalacji | 1,218 |
| Aktualna Wersja | 0.3 |
| Ostatnia Aktualizacja | 2022-06-21 |
| Data Publikacji | 2020-05-21 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Santhosh Veer |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/mskian/san-proxy |
| Adres URL Strony Pomocy | https://github.com/mskian/san-proxy/issues |
| Obsługiwane Języki | 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"
} | |