Proxyhorse

Proxyhorse plugin which automatically sets up proxy in your browser

Proxyhorseとは何ですか?

ProxyhorseはProxyHorseによって開発されたChromeの拡張機能で、その主な機能は「Proxyhorse plugin which automatically sets up proxy in your browser」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Get access to more than 10 million residential proxies all over the world. Select a location, press connect button, and you're good to go!

You can buy subscription on our site https://proxyhorse.com                    

拡張機能の基本情報

名前 Proxyhorse Proxyhorse
ID ocjbpgpemnljahbglalepikiolcidamm
公式URL https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm
説明 Proxyhorse plugin which automatically sets up proxy in your browser
ファイルサイズ 722 KB
インストール数 2,802
現在のバージョン 0.2.4
最終更新日 2022-08-30
公開日 2020-07-31
評価 5.00/5 合計 1 レビュー
開発者 ProxyHorse
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://proxyhorse.com
プライバシーポリシーページのURL https://proxyhorse.com/policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proxyhorse",
    "version": "0.2.4",
    "description": "Proxyhorse plugin which automatically sets up proxy in your browser",
    "manifest_version": 2,
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "favicon_32.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "proxy"
    ],
    "icons": {
        "16": "favicon_16.png",
        "32": "favicon_32.png",
        "48": "favicon_48.png",
        "64": "favicon_64.png",
        "128": "favicon_128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "91.1.0"
        }
    }
}