Cookie Tab Viewer
Get cookies of the current tab.
Что такое Cookie Tab Viewer?
Cookie Tab Viewer - это расширение Chrome, разработанное VIRE GmbH, и его основная функция - "Get cookies of the current tab.".
Снимки экрана расширения
Скачать файл CRX расширения Cookie Tab Viewer
Скачайте файлы расширений Cookie Tab Viewer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
                        A simple extension that shows you the cookie names and values of your current tab.                     Основная информация о расширении
| Название |   |  
| ID | fdlghnedhhdgjjfgdpgpaaiddipafhgk | 
| Официальный URL | https://chromewebstore.google.com/detail/cookie-tab-viewer/fdlghnedhhdgjjfgdpgpaaiddipafhgk | 
| Описание | Get cookies of the current tab. | 
| Размер файла | 18.63 KB | 
| Количество установок | 12,103 | 
| Текущая Версия | 2.0 | 
| Последнее Обновление | 2020-11-20 | 
| Дата публикации | 2019-09-03 | 
| Рейтинг | 5.00/5 Всего 3 оценок | 
| Разработчик | VIRE GmbH | 
| Электронная почта | [email protected] | 
| Тип оплаты | free | 
| URL страницы политики конфиденциальности | https://storrito.com/privacy | 
| Поддерживаемые языки | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Tab Viewer",
    "version": "2.0",
    "description": "Get cookies of the current tab.",
    "permissions": [
        "cookies",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "cookie-16.png",
        "48": "cookie-48.png",
        "128": "cookie-128.png"
    },
    "browser_action": {
        "default_icon": "cookie-128.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}  |  |