Close Sockets

Close all sockets with only a single click.

What is Close Sockets?

Close Sockets is a Chrome extension developed by https://zjffun.com, and its main feature is "Close all sockets with only a single click.".

Extension Screenshots

screenshot

Download Close Sockets Extension CRX File

Download Close Sockets 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

                        Note: This extension needs to execute script in `chrome://net-internals/#sockets`. Please make sure `Extensions on chrome:// URLs` enabled as steps below to make this extension work.

1. Open `chrome://flags/#extensions-on-chrome-urls`;
2. Select `Enabled`.

-----------------

Click the extension icon, then this extension can help you:

1. Open `chrome://net-internals/#sockets`;
2. Click `Close idle sockets` button;
3. Click `Flush socket pools` button;
4. Close tab opened in step 1.                    

Extension Basic Information

Name Close Sockets Close Sockets
ID jmdakhnnimjejdbaahglbcpnlidckjff
Official URL https://chromewebstore.google.com/detail/close-sockets/jmdakhnnimjejdbaahglbcpnlidckjff
Description Close all sockets with only a single click.
File Size 13.43 KB
Installation Count 376
Current Version 0.0.0.3
Last Updated 2021-07-07
Publish Date 2021-06-28
Rating 5.00/5 Total 2 Ratings
Developer https://zjffun.com
Email [email protected]
Payment Type free
Extension Website https://github.com/zjffun/close-sockets-chrome-extension
Help Page URL https://github.com/zjffun/close-sockets-chrome-extension/issues
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "Close Sockets",
    "description": "__MSG_description__",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "chrome:\/\/net-internals\/#sockets"
    ]
}