Remove Current Tab Cookies

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

Qu'est-ce que Remove Current Tab Cookies ?

Remove Current Tab Cookies est une extension Chrome développée par Konstantin Glukhov, et sa fonction principale est "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Remove Current Tab Cookies

Téléchargez les fichiers d'extension Remove Current Tab Cookies au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
URL Officiel https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Description Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Taille du Fichier 67.3 KB
Nombre d'Installations 90
Version Actuelle 1.6
Dernière Mise à Jour 2023-12-13
Date de Publication 2021-11-16
Évaluation 5.00/5 Total 2 Évaluations
Développeur Konstantin Glukhov
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}