sslspeedy2

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

sslspeedy2とは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        set proxy for chrome ,user can use this plugin to select proxy servers from popup window                    

拡張機能の基本情報

名前 sslspeedy2 sslspeedy2
ID bejpjlelpkdglaahbplgedffakhcdhgi
公式URL https://chromewebstore.google.com/detail/sslspeedy2/bejpjlelpkdglaahbplgedffakhcdhgi
説明 use https proxy to secure and speed up your web connections.(default direct )
ファイルサイズ 539 KB
インストール数 7,105
現在のバージョン 1.1.6
最終更新日 2023-05-06
公開日 2022-08-29
評価 3.43/5 合計 7 レビュー
開発者 https://vpnso.com
Eメール [email protected]
支払い方法 in_app
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "sslspeedy2",
    "description": "use https proxy to secure and speed up your web connections.(default direct )",
    "version": "1.1.6",
    "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"
    }
}