Clear Cookies, Storage, and Reload Page

Clears the cookies clears the storage and reloads the page

Что такое Clear Cookies, Storage, and Reload Page?

Clear Cookies, Storage, and Reload Page - это расширение Chrome, разработанное https://platondevs.nl, и его основная функция - "Clears the cookies clears the storage and reloads the page".

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

screenshot

Скачать файл CRX расширения Clear Cookies, Storage, and Reload Page

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

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

                        Clean the page cookies, clear the page storage and reload page.
Enjoy using it!

Known limitations: does not clean HttpOnly cookies, only cleans cookies in current page domain.                    

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

Название Clear Cookies, Storage, and Reload Page Clear Cookies, Storage, and Reload Page
ID ibmecniinmokioelonobooffbpgkeifm
Официальный URL https://chromewebstore.google.com/detail/clear-cookies-storage-and/ibmecniinmokioelonobooffbpgkeifm
Описание Clears the cookies clears the storage and reloads the page
Размер файла 10.04 KB
Количество установок 484
Текущая Версия 1.0
Последнее Обновление 2020-02-10
Дата публикации 2020-02-10
Разработчик https://platondevs.nl
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи http://platondevs.nl/privacy
URL страницы политики конфиденциальности https://platondevs.nl/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookies, Storage, and Reload Page",
    "short_name": "CCR-page",
    "description": "Clears the cookies clears the storage and reloads the page",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "ccr_icon_128.png",
        "default_title": "Clear Cookies and Reload"
    },
    "icons": {
        "128": "ccr_icon_128.png"
    },
    "author": {
        "name": "Platon Devs"
    }
}