San Proxy

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

San Proxyคืออะไร?

San Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Santhosh Veer และคุณลักษณะหลักของมันคือ "San Proxy - A Chromium Based Extension for using Socks Proxy."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย San Proxy

ดาวน์โหลดไฟล์ส่วนขยาย San Proxy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ▶ 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
อีเมล me@santhoshveer.com
ประเภทการชำระเงิน 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"
}