San Proxy
San Proxy - A Chromium Based Extension for using Socks Proxy.
San Proxy là gì?
San Proxy là một tiện ích mở rộng Chrome được phát triển bởi Santhosh Veer, và tính năng chính của nó là "San Proxy - A Chromium Based Extension for using Socks Proxy.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng San Proxy
Tải xuống các tệp mở rộng San Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
▶ 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | San Proxy |
ID | hfkbfaacabmkdnemhpffhhhpnecnmkjg |
URL Chính Thức | https://chromewebstore.google.com/detail/san-proxy/hfkbfaacabmkdnemhpffhhhpnecnmkjg |
Mô tả | San Proxy - A Chromium Based Extension for using Socks Proxy. |
Kích Thước Tệp | 128 KB |
Số Lần Cài Đặt | 1,218 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2022-06-21 |
Ngày Phát Hành | 2020-05-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Santhosh Veer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mskian/san-proxy |
URL Trang Trợ Giúp | https://github.com/mskian/san-proxy/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } |