Outcognito2

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

Vad är Outcognito2?

Outcognito2 är en Chrome-tillägg utvecklad av skeetsdev, och dess huvudfunktion är "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.".

Tilläggsskärmbilder

screenshot

Ladda ner Outcognito2-förlängningens CRX-fil

Ladda ner Outcognito2-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Outcognito2 Outcognito2
ID mbhdjfinffpgholgmpjjbfbloecgejmn
Officiell webbadress https://chromewebstore.google.com/detail/outcognito2/mbhdjfinffpgholgmpjjbfbloecgejmn
Beskrivning This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito.
Filstorlek 90.54 KB
Antal Installationer 36
Aktuell Version 1.4
Senast Uppdaterad 2020-01-30
Publiceringsdatum 2020-01-30
Utvecklare skeetsdev
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}