Get Cookies file

Exports your cookies to the file

Что такое Get Cookies file?

Get Cookies file - это расширение Chrome, разработанное tobmoki, и его основная функция - "Exports your cookies to the file".

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

screenshot
screenshot

Скачать файл CRX расширения Get Cookies file

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

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

                        Extension to watch or export your cookies to the file                    

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

Название Get Cookies file Get Cookies file
ID lhecbjgjgknjminomebnbfcopdfdfmel
Официальный URL https://chromewebstore.google.com/detail/get-cookies-file/lhecbjgjgknjminomebnbfcopdfdfmel
Описание Exports your cookies to the file
Размер файла 1.24 MB
Количество установок 430
Текущая Версия 1.0
Последнее Обновление 2020-08-27
Дата публикации 2020-08-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик tobmoki
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/app.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "app.html",
        "default_title": "Get Cookies file"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Exports your cookies to the file",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "manifest_version": 2,
    "name": "Get Cookies file",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webNavigation",
        "downloads",
        "contextMenus",
        "webRequest"
    ],
    "version": "1.0"
}