Remove Current Tab Cookies

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

Cos'è Remove Current Tab Cookies?

Remove Current Tab Cookies è un'estensione di Chrome sviluppata da Konstantin Glukhov, e la sua funzione principale è "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Remove Current Tab Cookies

Scarica i file di estensione Remove Current Tab Cookies in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
URL Ufficiale https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Descrizione Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Dimensione del File 67.3 KB
Conteggio Installazioni 90
Versione Corrente 1.6
Ultimo Aggiornamento 2023-12-13
Data di Pubblicazione 2021-11-16
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Konstantin Glukhov
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}