EXP Cookies Tool

This extension help the user can export the browser cookies to file and import the cookies from file

Что такое EXP Cookies Tool?

EXP Cookies Tool - это расширение Chrome, разработанное EXP, и его основная функция - "This extension help the user can export the browser cookies to file and import the cookies from file".

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

screenshot

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

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

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

                        A powerful and easy-to-use EXP Cookies Tool
EXP Cookies Tool is a free, powerful and easy-to-use. Manage all your cookies stored within your browser, including 3rd party cookies. The interface is clean and well organized.

EXP Cookies Tool - Few Key Features: 

Standard Features: 
+ Export cookies
+ Import cookies
+ Delete all cookies at once 

REQUIRED PERMISSIONS:
"cookies" and "all_urls" - to query cookies for any hosts.                    

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

Название EXP Cookies Tool EXP Cookies Tool
ID necipeebkikcoingolmohfaeckegimid
Официальный URL https://chromewebstore.google.com/detail/exp-cookies-tool/necipeebkikcoingolmohfaeckegimid
Описание This extension help the user can export the browser cookies to file and import the cookies from file
Размер файла 391 KB
Количество установок 1,029
Текущая Версия 1.0.5
Последнее Обновление 2023-06-06
Дата публикации 2021-09-23
Рейтинг 5.00/5 Всего 6 оценок
Разработчик EXP
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://efs.teamexp.net/policy
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EXP Cookies Tool",
    "version": "1.0.5",
    "description": "This extension help the user can export the browser cookies to file and import the cookies from file",
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.min.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_title": "ECT",
        "default_popup": "popup\/index.html",
        "default_icon": "icons\/icon128.png"
    },
    "manifest_version": 3
}