Proxyhorse

Proxyhorse plugin which automatically sets up proxy in your browser

What is Proxyhorse?

Proxyhorse is a Chrome extension developed by ProxyHorse, and its main feature is "Proxyhorse plugin which automatically sets up proxy in your browser".

Extension Screenshots

screenshot
screenshot

Download Proxyhorse Extension CRX File

Download Proxyhorse extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Proxyhorse Proxyhorse
ID ocjbpgpemnljahbglalepikiolcidamm
Official URL https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm
Description Proxyhorse plugin which automatically sets up proxy in your browser
File Size 722 KB
Installation Count 2,802
Current Version 0.2.4
Last Updated 2022-08-30
Publish Date 2020-07-31
Rating 5.00/5 Total 1 Ratings
Developer ProxyHorse
Email [email protected]
Payment Type free
Extension Website https://proxyhorse.com
Privacy Policy Page URL https://proxyhorse.com/policy
Supported Languages 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"
        }
    }
}