Close Sockets
Close all sockets with only a single click.
Cos'è Close Sockets?
Close Sockets è un'estensione di Chrome sviluppata da https://zjffun.com, e la sua funzione principale è "Close all sockets with only a single click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Close Sockets
Scarica i file di estensione Close Sockets in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Close Sockets |
ID | jmdakhnnimjejdbaahglbcpnlidckjff |
URL Ufficiale | https://chromewebstore.google.com/detail/close-sockets/jmdakhnnimjejdbaahglbcpnlidckjff |
Descrizione | Close all sockets with only a single click. |
Dimensione del File | 13.43 KB |
Conteggio Installazioni | 376 |
Versione Corrente | 0.0.0.3 |
Ultimo Aggiornamento | 2021-07-07 |
Data di Pubblicazione | 2021-06-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://zjffun.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/zjffun/close-sockets-chrome-extension |
URL della Pagina di Aiuto | https://github.com/zjffun/close-sockets-chrome-extension/issues |
Lingue Supportate | 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" ] } |