Remove Current Tab Cookies

Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.

Remove Current Tab Cookies là gì?

Remove Current Tab Cookies là một tiện ích mở rộng Chrome được phát triển bởi Konstantin Glukhov, và tính năng chính của nó là "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove Current Tab Cookies

Tải xuống các tệp mở rộng Remove Current Tab Cookies 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

                        Facilitates the streamlined removal of cookies exclusively within the current browser tab, offering whitelist functionality with support for regular expressions to provide enhanced control.                    

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

Tên Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
URL Chính Thức https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Mô tả Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Kích Thước Tệp 67.3 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-12-13
Ngày Phát Hành 2021-11-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Konstantin Glukhov
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Remove Current Tab Cookies",
    "description": "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.",
    "version": "1.6",
    "author": "Konstantin Glukhov",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Remove Current Tab Cookies"
    },
    "icons": {
        "16": "Cookie-16.png",
        "48": "Cookie-48.png",
        "128": "Cookie-128.png"
    }
}