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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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