Hotplate localhost SOCKS proxy setup

Configure a localhost SOCKS proxy

Wat is Hotplate localhost SOCKS proxy setup?

Hotplate localhost SOCKS proxy setup is een Chrome-extensie ontwikkeld door Hotplate Labs, en de belangrijkste functie is "Configure a localhost SOCKS proxy".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Hotplate localhost SOCKS proxy setup

Download Hotplate localhost SOCKS proxy setup-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Hotplate localhost SOCKS proxy setup Hotplate localhost SOCKS proxy setup
ID odiakldnmmpjabkemfboijigageaelcn
Officiële URL https://chromewebstore.google.com/detail/hotplate-localhost-socks/odiakldnmmpjabkemfboijigageaelcn
Beschrijving Configure a localhost SOCKS proxy
Bestandsgrootte 14.38 KB
Aantal Installaties 4,873
Huidige Versie 2
Laatst Bijgewerkt 2021-12-23
Publicatiedatum 2019-03-08
Beoordeling 4.33/5 Totaal 21 Beoordelingen
Ontwikkelaar Hotplate Labs
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://socksproxy.sova.st/
Ondersteunde Talen 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
}