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
Eメール [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"
    }
}