Outcognito2

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

Apa itu Outcognito2?

Outcognito2 adalah ekstensi Chrome yang dikembangkan oleh skeetsdev, dan fitur utamanya adalah "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Outcognito2

Unduh file ekstensi Outcognito2 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Outcognito2 Outcognito2
ID mbhdjfinffpgholgmpjjbfbloecgejmn
URL Resmi https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn
Deskripsi This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Ukuran File 90.54 KB
Jumlah Instalasi 36
Versi Saat Ini 1.4
Terakhir Diperbarui 2020-01-30
Tanggal Publikasi 2020-01-30
Pengembang skeetsdev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}