Incognito Regex (Fixed Version)

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

什么是Incognito Regex (Fixed Version)?

Incognito Regex (Fixed Version)是由LewxX开发的Chrome扩展程序,该扩展的主要功能是“Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)”。

扩展截图

screenshot

下载Incognito Regex (Fixed Version)扩展crx文件

下载Incognito Regex (Fixed Version)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Incognito Regex (Fixed Version) Incognito Regex (Fixed Version)
ID okaigpjdjpcecnghfiegfopahbkcejak
官方URL https://chromewebstore.google.com/detail/incognito-regex-fixed-ver/okaigpjdjpcecnghfiegfopahbkcejak
简介 Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)
文件大小 225 KB
安装次数 3,062
当前版本 1.2.2
更新时间 2020-01-14
上架时间 2020-01-14
评分 2.67/5 共12次评分
开发者 LewxX
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}