Remove Current Tab Cookies

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

Vad är Remove Current Tab Cookies?

Remove Current Tab Cookies är en Chrome-tillägg utvecklad av Konstantin Glukhov, och dess huvudfunktion är "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Remove Current Tab Cookies-förlängningens CRX-fil

Ladda ner Remove Current Tab Cookies-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
Officiell webbadress https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Beskrivning Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Filstorlek 67.3 KB
Antal Installationer 90
Aktuell Version 1.6
Senast Uppdaterad 2023-12-13
Publiceringsdatum 2021-11-16
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Konstantin Glukhov
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}