sslproxy

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

sslproxyとは何ですか?

sslproxyはhttps://vpnso.comによって開発されたChromeの拡張機能で、その主な機能は「use https proxy to secure and speed up your web connections.(default direct )」です。

拡張機能のスクリーンショット

screenshot

sslproxy拡張機能のCRXファイルをダウンロード

sslproxy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 sslproxy sslproxy
ID gongnbllncicgiajmdoigeeeaebfkacl
公式URL https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl
説明 use https proxy to secure and speed up your web connections.(default direct )
ファイルサイズ 561 KB
インストール数 247
現在のバージョン 1.1.0
最終更新日 2023-04-30
公開日 2022-12-06
開発者 https://vpnso.com
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}