sslspeedy

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

sslspeedyとは何ですか?

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

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

screenshot

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

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

拡張機能の使用方法

                        this is a chrome proxy plugin with preconfigured proxy servers                    

拡張機能の基本情報

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