Remove Current Tab Cookies

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

Apa itu Remove Current Tab Cookies?

Remove Current Tab Cookies adalah ekstensi Chrome yang dikembangkan oleh Konstantin Glukhov, dan fitur utamanya adalah "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Remove Current Tab Cookies

Unduh file ekstensi Remove Current Tab Cookies dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
URL Resmi https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Deskripsi Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Ukuran File 67.3 KB
Jumlah Instalasi 90
Versi Saat Ini 1.6
Terakhir Diperbarui 2023-12-13
Tanggal Publikasi 2021-11-16
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Konstantin Glukhov
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}