Remove Current Tab Cookies

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

Wat is Remove Current Tab Cookies?

Remove Current Tab Cookies is een Chrome-extensie ontwikkeld door Konstantin Glukhov, en de belangrijkste functie is "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Remove Current Tab Cookies

Download Remove Current Tab Cookies-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
Officiële URL https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Beschrijving Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Bestandsgrootte 67.3 KB
Aantal Installaties 90
Huidige Versie 1.6
Laatst Bijgewerkt 2023-12-13
Publicatiedatum 2021-11-16
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Konstantin Glukhov
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}