Remove Current Tab Cookies

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

Was ist Remove Current Tab Cookies?

Remove Current Tab Cookies ist eine Chrome-Erweiterung, die von Konstantin Glukhov entwickelt wurde, und ihr Hauptmerkmal ist "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Remove Current Tab Cookies-Erweiterungs-CRX-Datei herunterladen

Laden Sie Remove Current Tab Cookies-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
Offizielle URL https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Beschreibung Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Dateigröße 67.3 KB
Installationsanzahl 90
Aktuelle Version 1.6
Letztes Update 2023-12-13
Veröffentlichungsdatum 2021-11-16
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Konstantin Glukhov
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}