Clear Cookie and Reload

Clear Cookie for current tab and reload

Что такое Clear Cookie and Reload?

Clear Cookie and Reload - это расширение Chrome, разработанное b.like.no.other, и его основная функция - "Clear Cookie for current tab and reload".

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

screenshot
screenshot

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

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

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

                        Clear cookies for current tab and reload

Intended Use:
Helpful for developers who need to clear all identifying cookies to test a clean environment.
watch free match on starsports.com using this app, click on the app when 10 minutes preview time gets over.
Enjoy :)

You can fork this open source project at https://github.com/blikenoother/ClearCookieAndReload

-----------------------------------------
Author:
Name: Chirag
Email: [email protected]                    

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

Название Clear Cookie and Reload Clear Cookie and Reload
ID clinijjpaohndgmfepgpifcfnmlecbom
Официальный URL https://chrome.google.com/webstore/detail/clear-cookie-and-reload/clinijjpaohndgmfepgpifcfnmlecbom
Описание Clear Cookie for current tab and reload
Размер файла 5.57 KB
Количество установок 24,280
Текущая Версия 0.3
Последнее Обновление 2019-02-02
Дата публикации 2019-02-02
Рейтинг 3.52/5 Всего 48 оценок
Разработчик b.like.no.other
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clear Cookie and Reload",
    "description": "Clear Cookie for current tab and reload",
    "version": "0.3",
    "permissions": [
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Clear Cookie and Reload"
    },
    "author": {
        "name": "Chirag",
        "email": "[email protected]"
    }
}