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
Eメール [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"
}