sslproxy

use https proxy to secure and speed up your web connections.(default direct )

sslproxy là gì?

sslproxy là một tiện ích mở rộng Chrome được phát triển bởi https://vpnso.com, và tính năng chính của nó là "use https proxy to secure and speed up your web connections.(default direct )".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng sslproxy

Tải xuống các tệp mở rộng sslproxy 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

                        set proxy for chrome ,user can use this plugin to select proxy servers which configured by him/herself  from popup window                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên sslproxy sslproxy
ID gongnbllncicgiajmdoigeeeaebfkacl
URL Chính Thức https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl
Mô tả use https proxy to secure and speed up your web connections.(default direct )
Kích Thước Tệp 561 KB
Số Lần Cài Đặt 247
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-04-30
Ngày Phát Hành 2022-12-06
Nhà Phát Triển https://vpnso.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "sslproxy",
    "description": "use https proxy to secure and speed up your web connections.(default direct )",
    "version": "1.1.0",
    "options_page": "settings.html",
    "permissions": [
        "proxy",
        "tabs",
        "storage",
        "webRequestAuthProvider",
        "webRequest"
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_background": "background.html"
    }
}