San Proxy

San Proxy - A Chromium Based Extension for using Socks Proxy.

Qu'est-ce que San Proxy ?

San Proxy est une extension Chrome développée par Santhosh Veer, et sa fonction principale est "San Proxy - A Chromium Based Extension for using Socks Proxy.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension San Proxy

Téléchargez les fichiers d'extension San Proxy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        ▶ 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                    

Informations de Base sur l'Extension

Nom San Proxy San Proxy
ID hfkbfaacabmkdnemhpffhhhpnecnmkjg
URL Officiel https://chromewebstore.google.com/detail/san-proxy/hfkbfaacabmkdnemhpffhhhpnecnmkjg
Description San Proxy - A Chromium Based Extension for using Socks Proxy.
Taille du Fichier 128 KB
Nombre d'Installations 1,218
Version Actuelle 0.3
Dernière Mise à Jour 2022-06-21
Date de Publication 2020-05-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur Santhosh Veer
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mskian/san-proxy
URL de la Page d'Aide https://github.com/mskian/san-proxy/issues
Langues Prises en Charge 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"
}