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
官方網址 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"
    }
}