Incognito Regex (Fixed Version)

Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)

Что такое Incognito Regex (Fixed Version)?

Incognito Regex (Fixed Version) - это расширение Chrome, разработанное LewxX, и его основная функция - "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)".

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

screenshot

Скачать файл CRX расширения Incognito Regex (Fixed Version)

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

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

                        I will not fix further errors.
It seems to work currently (2019)!
>>However, even though it does open a site in incognito mode - the site may still set a cookies in Chrome. 

---

This extension allows you to set up Regular Expressions for websites that you want to always be opened in Incognito mode.

For example, if you don't want anyone to know you visit gawker.com simply add in the following entry: ".*gawker\.com" without the quotes.

---
This is not my extension, all credit goes to https://chrome.google.com/webstore/detail/incognito-regex/phodabgmalihpnmmlgoplifofcdnjoll/details

I've just fixed some bugs.                    

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

Название Incognito Regex (Fixed Version) Incognito Regex (Fixed Version)
ID okaigpjdjpcecnghfiegfopahbkcejak
Официальный URL https://chromewebstore.google.com/detail/incognito-regex-fixed-ver/okaigpjdjpcecnghfiegfopahbkcejak
Описание Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)
Размер файла 225 KB
Количество установок 3,062
Текущая Версия 1.2.2
Последнее Обновление 2020-01-14
Дата публикации 2020-01-14
Рейтинг 2.67/5 Всего 12 оценок
Разработчик LewxX
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Incognito Regex (Fixed Version)",
    "description": "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "history",
        "tabs"
    ],
    "version": "1.2.2"
}