Hotplate localhost SOCKS proxy setup

Configure a localhost SOCKS proxy

Vad är Hotplate localhost SOCKS proxy setup?

Hotplate localhost SOCKS proxy setup är en Chrome-tillägg utvecklad av Hotplate Labs, och dess huvudfunktion är "Configure a localhost SOCKS proxy".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Hotplate localhost SOCKS proxy setup-förlängningens CRX-fil

Ladda ner Hotplate localhost SOCKS proxy setup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Hotplate localhost SOCKS proxy setup Hotplate localhost SOCKS proxy setup
ID odiakldnmmpjabkemfboijigageaelcn
Officiell webbadress https://chromewebstore.google.com/detail/hotplate-localhost-socks/odiakldnmmpjabkemfboijigageaelcn
Beskrivning Configure a localhost SOCKS proxy
Filstorlek 14.38 KB
Antal Installationer 4,873
Aktuell Version 2
Senast Uppdaterad 2021-12-23
Publiceringsdatum 2019-03-08
Betyg 4.33/5 Totalt 21 Betyg
Utvecklare Hotplate Labs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://socksproxy.sova.st/
Stödda Språk 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
}