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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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