RegExp Incognito

Automatically switch to Incognito mode when a regex matches.

Wat is RegExp Incognito?

RegExp Incognito is een Chrome-extensie ontwikkeld door Matthias Berla, en de belangrijkste functie is "Automatically switch to Incognito mode when a regex matches.".

Download het CRX-bestand van de extensie RegExp Incognito

Download RegExp Incognito-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

                                            

Basisinformatie over de Extensie

Naam RegExp Incognito RegExp Incognito
ID eoinodgpodbohkbgkdgbfeokpbihaild
Officiële URL https://chrome.google.com/webstore/detail/regexp-incognito/eoinodgpodbohkbgkdgbfeokpbihaild
Beschrijving Automatically switch to Incognito mode when a regex matches.
Bestandsgrootte 5.9 KB
Aantal Installaties 29
Huidige Versie 1.1.2
Laatst Bijgewerkt 2016-04-08
Publicatiedatum 2016-04-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Matthias Berla
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RegExp Incognito",
    "version": "1.1.2",
    "author": "Matthias Berla",
    "description": "Automatically switch to Incognito mode when a regex matches.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "permissions": [
        "history",
        "storage",
        "tabs"
    ]
}