Remove Cookie!

Removes cookies set by the site, including cookies with paths and domains

Что такое Remove Cookie!?

Remove Cookie! - это расширение Chrome, разработанное alenbi.2013.105, и его основная функция - "Removes cookies set by the site, including cookies with paths and domains".

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

screenshot

Скачать файл CRX расширения Remove Cookie!

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

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

                        This extension enables you to quickly remove the cookie that may have been set by the site. Simply click "Remove Cookie!                    

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

Название Remove Cookie! Remove Cookie!
ID oifomnalkciipmgkfgdjkepdocgiipjg
Официальный URL https://chrome.google.com/webstore/detail/remove-cookie/oifomnalkciipmgkfgdjkepdocgiipjg
Описание Removes cookies set by the site, including cookies with paths and domains
Размер файла 25.75 KB
Количество установок 16,543
Текущая Версия 0.1
Последнее Обновление 2013-12-18
Дата публикации 2013-12-18
Рейтинг 2.88/5 Всего 16 оценок
Разработчик alenbi.2013.105
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Remove Cookie!"
    },
    "name": "Remove Cookie!",
    "description": "Removes cookies set by the site, including cookies with paths and domains",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.1",
    "manifest_version": 2
}