Incognito Refresher

Closes then reopens all incognito tabs

Что такое Incognito Refresher?

Incognito Refresher - это расширение Chrome, разработанное Manny Morales, и его основная функция - "Closes then reopens all incognito tabs".

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

Скачать файл CRX расширения Incognito Refresher

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

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

                        Closes all incognito tabs/windows then re-opens them. Useful for renewing an incognito session without losing your tabs and windows.

Required: "Allow In Incognito" found in the Extension's "Details"

Source: https://github.com/Heyotetsuo/refresh-private-tabs

1.0
 - Initial Release

1.0.1
 - Fixed typos                    

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

Название Incognito Refresher Incognito Refresher
ID fgklieeeadengbjobafaofepbgbfaeon
Официальный URL https://chromewebstore.google.com/detail/incognito-refresher/fgklieeeadengbjobafaofepbgbfaeon
Описание Closes then reopens all incognito tabs
Размер файла 16.87 KB
Количество установок 219
Текущая Версия 1.0.1
Последнее Обновление 2019-09-18
Дата публикации 2019-09-17
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Manny Morales
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Incognito Refresher",
    "description": "Closes then reopens all incognito tabs",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "scripts\/content.js"
        ]
    }
}