Close Sockets

Close all sockets with only a single click.

Wat is Close Sockets?

Close Sockets is een Chrome-extensie ontwikkeld door https://zjffun.com, en de belangrijkste functie is "Close all sockets with only a single click.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Close Sockets

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

                        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.                    

Basisinformatie over de Extensie

Naam Close Sockets Close Sockets
ID jmdakhnnimjejdbaahglbcpnlidckjff
Officiële URL https://chromewebstore.google.com/detail/close-sockets/jmdakhnnimjejdbaahglbcpnlidckjff
Beschrijving Close all sockets with only a single click.
Bestandsgrootte 13.43 KB
Aantal Installaties 376
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2021-07-07
Publicatiedatum 2021-06-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://zjffun.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/zjffun/close-sockets-chrome-extension
Help Pagina-URL https://github.com/zjffun/close-sockets-chrome-extension/issues
Ondersteunde Talen 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"
    ]
}