Outcognito2

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

Outcognito2 क्या है?

Outcognito2 skeetsdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extention disables incognito mode, but also allows a whitelist of sites allowed to use incognito."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Outcognito2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}