Hotplate localhost SOCKS proxy setup

Configure a localhost SOCKS proxy

What is Hotplate localhost SOCKS proxy setup?

Hotplate localhost SOCKS proxy setup is a Chrome extension developed by Hotplate Labs, and its main feature is "Configure a localhost SOCKS proxy".

Extension Screenshots

screenshot
screenshot

Download Hotplate localhost SOCKS proxy setup Extension CRX File

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

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

Extension Basic Information

Name Hotplate localhost SOCKS proxy setup Hotplate localhost SOCKS proxy setup
ID odiakldnmmpjabkemfboijigageaelcn
Official URL https://chromewebstore.google.com/detail/hotplate-localhost-socks/odiakldnmmpjabkemfboijigageaelcn
Description Configure a localhost SOCKS proxy
File Size 14.38 KB
Installation Count 4,873
Current Version 2
Last Updated 2021-12-23
Publish Date 2019-03-08
Rating 4.33/5 Total 21 Ratings
Developer Hotplate Labs
Email [email protected]
Payment Type free
Extension Website https://socksproxy.sova.st/
Supported Languages 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
}