Remove Current Tab Cookies

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

Что такое Remove Current Tab Cookies?

Remove Current Tab Cookies - это расширение Chrome, разработанное Konstantin Glukhov, и его основная функция - "Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Remove Current Tab Cookies

Скачайте файлы расширений Remove Current Tab Cookies в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Remove Current Tab Cookies Remove Current Tab Cookies
ID jpaaodoaibnmlipiaihcfonpmjdbnfoo
Официальный URL https://chromewebstore.google.com/detail/remove-current-tab-cookie/jpaaodoaibnmlipiaihcfonpmjdbnfoo
Описание Remove cookies exclusively within the current tab top level domain. Whitelist functionality with regular expressions.
Размер файла 67.3 KB
Количество установок 90
Текущая Версия 1.6
Последнее Обновление 2023-12-13
Дата публикации 2021-11-16
Рейтинг 5.00/5 Всего 2 оценок
Разработчик Konstantin Glukhov
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}