AutoIncognito

Open the current page in Incognito mode

Что такое AutoIncognito?

AutoIncognito - это расширение Chrome, разработанное Diamondium Technologies, LLC, и его основная функция - "Open the current page in Incognito mode".

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

screenshot

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

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

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

                        Some websites (ex. news articles and blog posts) won't allow you to view the content unless you:
a) Pay for a subscription
b) Wait for your allocated number of "free page views" to reset (ex. each new month)

Going Incognito will often allow you to view the webpage.  This extension saves the time it takes to copy the existing URL, open a new Incognito window, and then visit the page.                    

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

Название AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
Официальный URL https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
Описание Open the current page in Incognito mode
Размер файла 6.27 KB
Количество установок 67
Текущая Версия 1.0
Последнее Обновление 2020-06-21
Дата публикации 2020-06-20
Разработчик Diamondium Technologies, LLC
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoIncognito",
    "version": "1.0",
    "description": "Open the current page in Incognito mode",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background-min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Open in Incognito"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}