Proxyhorse

Proxyhorse plugin which automatically sets up proxy in your browser

Was ist Proxyhorse?

Proxyhorse ist eine Chrome-Erweiterung, die von ProxyHorse entwickelt wurde, und ihr Hauptmerkmal ist "Proxyhorse plugin which automatically sets up proxy in your browser".

Erweiterungsscreenshots

screenshot
screenshot

Proxyhorse-Erweiterungs-CRX-Datei herunterladen

Laden Sie Proxyhorse-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Proxyhorse Proxyhorse
ID ocjbpgpemnljahbglalepikiolcidamm
Offizielle URL https://chromewebstore.google.com/detail/proxyhorse/ocjbpgpemnljahbglalepikiolcidamm
Beschreibung Proxyhorse plugin which automatically sets up proxy in your browser
Dateigröße 722 KB
Installationsanzahl 2,802
Aktuelle Version 0.2.4
Letztes Update 2022-08-30
Veröffentlichungsdatum 2020-07-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler ProxyHorse
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://proxyhorse.com
URL der Datenschutzrichtlinien-Seite https://proxyhorse.com/policy
Unterstützte Sprachen 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"
        }
    }
}