Outcognito2

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

Hvad er Outcognito2?

Outcognito2 er en Chrome-udvidelse udviklet af skeetsdev, og dens hovedfunktion er "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".

Udvidelsesskærmbilleder

screenshot

Download Outcognito2-udvidelses-CRX-fil

Download Outcognito2-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Outcognito2 Outcognito2
ID mbhdjfinffpgholgmpjjbfbloecgejmn
Officiel URL https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn
Beskrivelse This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Filstørrelse 90.54 KB
Antal Installationer 36
Nuværende Version 1.4
Senest Opdateret 2020-01-30
Udgivelsesdato 2020-01-30
Udvikler skeetsdev
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}