Incognito Regex (Fixed Version)

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

Incognito Regex (Fixed Version)คืออะไร?

Incognito Regex (Fixed Version) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย LewxX และคุณลักษณะหลักของมันคือ "Automatically switch to Incognito mode when a regex matches. (Fixed by LewxX)"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Incognito Regex (Fixed Version)

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}