RegExp Incognito

Automatically switch to Incognito mode when a regex matches.

What is RegExp Incognito?

RegExp Incognito is a Chrome extension developed by Matthias Berla, and its main feature is "Automatically switch to Incognito mode when a regex matches.".

Download RegExp Incognito Extension CRX File

Download RegExp Incognito extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name RegExp Incognito RegExp Incognito
ID eoinodgpodbohkbgkdgbfeokpbihaild
Official URL https://chrome.google.com/webstore/detail/regexp-incognito/eoinodgpodbohkbgkdgbfeokpbihaild
Description Automatically switch to Incognito mode when a regex matches.
File Size 5.9 KB
Installation Count 29
Current Version 1.1.2
Last Updated 2016-04-08
Publish Date 2016-04-08
Rating 5.00/5 Total 1 Ratings
Developer Matthias Berla
Payment Type free
Supported Languages 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"
    ]
}