Incognito Regex (Fixed Version)

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

Wat is Incognito Regex (Fixed Version)?

Incognito Regex (Fixed Version) is een Chrome-extensie ontwikkeld door LewxX, en de belangrijkste functie is "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Incognito Regex (Fixed Version)

Download Incognito Regex (Fixed Version)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Incognito Regex (Fixed Version) Incognito Regex (Fixed Version)
ID okaigpjdjpcecnghfiegfopahbkcejak
Officiële URL https://chromewebstore.google.com/detail/incognito-regex-fixed-ver/okaigpjdjpcecnghfiegfopahbkcejak
Beschrijving Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)
Bestandsgrootte 225 KB
Aantal Installaties 3,062
Huidige Versie 1.2.2
Laatst Bijgewerkt 2020-01-14
Publicatiedatum 2020-01-14
Beoordeling 2.67/5 Totaal 12 Beoordelingen
Ontwikkelaar LewxX
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}