Close Sockets

Close all sockets with only a single click.

Close Sockets란 무엇입니까?

Close Sockets은(는) https://zjffun.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Close all sockets with only a single click."입니다.

확장 프로그램 스크린샷

screenshot

Close Sockets 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Close Sockets Close Sockets
ID jmdakhnnimjejdbaahglbcpnlidckjff
공식 URL https://chromewebstore.google.com/detail/close-sockets/jmdakhnnimjejdbaahglbcpnlidckjff
설명 Close all sockets with only a single click.
파일 크기 13.43 KB
설치 횟수 376
현재 버전 0.0.0.3
최근 업데이트 2021-07-07
출시 날짜 2021-06-28
평점 5.00/5 총 2 개의 평점
개발자 https://zjffun.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/zjffun/close-sockets-chrome-extension
도움말 페이지 URL https://github.com/zjffun/close-sockets-chrome-extension/issues
지원되는 언어 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"
    ]
}