Remove Current Tab Cookies

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

什么是Remove Current Tab Cookies?

Remove Current Tab Cookies是由Konstantin Glukhov开发的Chrome扩展程序,该扩展的主要功能是“Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.”。

扩展截图

screenshot
screenshot
screenshot

下载Remove Current Tab Cookies扩展crx文件

下载Remove Current Tab Cookies扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
官方URL https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
简介 Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
文件大小 67.3 KB
安装次数 90
当前版本 1.6
更新时间 2023-12-13
上架时间 2021-11-16
评分 5.00/5 共2次评分
开发者 Konstantin Glukhov
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}