Outcognito2

This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.

ما هو Outcognito2؟

Outcognito2 هو إضافة Chrome تم تطويرها بواسطة skeetsdev، والميزة الرئيسية لها هي "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Outcognito2

قم بتنزيل ملفات الامتداد Outcognito2 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Blocks the usage of incognito mode, with the exception of a whitelist.                    

معلومات أساسية عن التمديد

الاسم Outcognito2 Outcognito2
ID mbhdjfinffpgholgmpjjbfbloecgejmn
عنوان URL الرسمي https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn
الوصف This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
حجم الملف 90.54 KB
عدد التثبيتات 36
النسخة الحالية 1.4
آخر تحديث 2020-01-30
تاريخ النشر 2020-01-30
المطور skeetsdev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outcognito2",
    "description": "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "outcognito.png",
        "default_title": "Click here to update the whitelist",
        "default_popup": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}