Remove Current Tab Cookies

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

Co to jest Remove Current Tab Cookies?

Remove Current Tab Cookies to rozszerzenie Chrome opracowane przez Konstantin Glukhov, a jego główną funkcją jest „Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Remove Current Tab Cookies

Pobierz pliki rozszerzeń Remove Current Tab Cookies w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
Oficjalny URL https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Opis Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Rozmiar pliku 67.3 KB
Liczba instalacji 90
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2023-12-13
Data Publikacji 2021-11-16
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Konstantin Glukhov
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}