RegExp Incognito

Automatically switch to Incognito mode when a regex matches.

Qu'est-ce que RegExp Incognito ?

RegExp Incognito est une extension Chrome développée par Matthias Berla, et sa fonction principale est "Automatically switch to Incognito mode when a regex matches.".

Télécharger le fichier CRX de l'extension RegExp Incognito

Téléchargez les fichiers d'extension RegExp Incognito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                                            

Informations de Base sur l'Extension

Nom RegExp Incognito RegExp Incognito
ID eoinodgpodbohkbgkdgbfeokpbihaild
URL Officiel https://chrome.google.com/webstore/detail/regexp-incognito/eoinodgpodbohkbgkdgbfeokpbihaild
Description Automatically switch to Incognito mode when a regex matches.
Taille du Fichier 5.9 KB
Nombre d'Installations 29
Version Actuelle 1.1.2
Dernière Mise à Jour 2016-04-08
Date de Publication 2016-04-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur Matthias Berla
Type de Paiement free
Langues Prises en Charge 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"
    ]
}