San Proxy

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

San Proxy क्या है?

San Proxy Santhosh Veer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "San Proxy - A Chromium Based Extension for using Socks Proxy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में San Proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ▶ 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 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
ईमेल [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"
}