Hotplate localhost SOCKS proxy setup

Configure a localhost SOCKS proxy

Was ist Hotplate localhost SOCKS proxy setup?

Hotplate localhost SOCKS proxy setup ist eine Chrome-Erweiterung, die von Hotplate Labs entwickelt wurde, und ihr Hauptmerkmal ist "Configure a localhost SOCKS proxy".

Erweiterungsscreenshots

screenshot
screenshot

Hotplate localhost SOCKS proxy setup-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hotplate localhost SOCKS proxy setup-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

                        Easily switch a localhost SOCKS proxy on and off. Defaults to localhost:8080 but can be configured to use a different port.                    

Grundlegende Informationen zur Erweiterung

Name Hotplate localhost SOCKS proxy setup Hotplate localhost SOCKS proxy setup
ID odiakldnmmpjabkemfboijigageaelcn
Offizielle URL https://chromewebstore.google.com/detail/hotplate-localhost-socks/odiakldnmmpjabkemfboijigageaelcn
Beschreibung Configure a localhost SOCKS proxy
Dateigröße 14.38 KB
Installationsanzahl 4,873
Aktuelle Version 2
Letztes Update 2021-12-23
Veröffentlichungsdatum 2019-03-08
Bewertung 4.33/5 Insgesamt 21 Bewertungen
Entwickler Hotplate Labs
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://socksproxy.sova.st/
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hotplate localhost SOCKS proxy setup",
    "description": "Configure a localhost SOCKS proxy",
    "homepage_url": "https:\/\/hotplatesocksproxy.sova.st\/",
    "author": "Hotplate Labs",
    "version": "2",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "proxy",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}