Remove Current Tab Cookies

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

Hvad er Remove Current Tab Cookies?

Remove Current Tab Cookies er en Chrome-udvidelse udviklet af Konstantin Glukhov, og dens hovedfunktion er "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Remove Current Tab Cookies-udvidelses-CRX-fil

Download Remove Current Tab Cookies-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
Officiel URL https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Beskrivelse Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Filstørrelse 67.3 KB
Antal Installationer 90
Nuværende Version 1.6
Senest Opdateret 2023-12-13
Udgivelsesdato 2021-11-16
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Konstantin Glukhov
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}