Incognito Regex (Fixed Version)

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

Vad är Incognito Regex (Fixed Version)?

Incognito Regex (Fixed Version) är en Chrome-tillägg utvecklad av LewxX, och dess huvudfunktion är "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)".

Tilläggsskärmbilder

screenshot

Ladda ner Incognito Regex (Fixed Version)-förlängningens CRX-fil

Ladda ner Incognito Regex (Fixed Version)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Incognito Regex (Fixed Version) Incognito Regex (Fixed Version)
ID okaigpjdjpcecnghfiegfopahbkcejak
Officiell webbadress https://chromewebstore.google.com/detail/incognito-regex-fixed-ver/okaigpjdjpcecnghfiegfopahbkcejak
Beskrivning Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)
Filstorlek 225 KB
Antal Installationer 3,062
Aktuell Version 1.2.2
Senast Uppdaterad 2020-01-14
Publiceringsdatum 2020-01-14
Betyg 2.67/5 Totalt 12 Betyg
Utvecklare LewxX
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}