Close Sockets

Close all sockets with only a single click.

Close Sockets là gì?

Close Sockets là một tiện ích mở rộng Chrome được phát triển bởi https://zjffun.com, và tính năng chính của nó là "Close all sockets with only a single click.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Close Sockets

Tải xuống các tệp mở rộng Close Sockets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Close Sockets Close Sockets
ID jmdakhnnimjejdbaahglbcpnlidckjff
URL Chính Thức https://chromewebstore.google.com/detail/close-sockets/jmdakhnnimjejdbaahglbcpnlidckjff
Mô tả Close all sockets with only a single click.
Kích Thước Tệp 13.43 KB
Số Lần Cài Đặt 376
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2021-07-07
Ngày Phát Hành 2021-06-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://zjffun.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zjffun/close-sockets-chrome-extension
URL Trang Trợ Giúp https://github.com/zjffun/close-sockets-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}