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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}