Outcognito

This extention disables incognito mode

Outcognito क्या है?

Outcognito skeetsdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extention disables incognito mode"।

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

crx प्रारूप में Outcognito एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Simple extension that disables Incognito mode. Must have this app enabled in incognito mode. Made as a productivity helper, not a restriction, so no password locks, the extension can be disabled by anyone. If this gets any popularity, I'll add features, but I'm just planning to use this for myself.

comments / questions / requests to : [email protected]                    

एक्सटेंशन की मूल जानकारी

नाम Outcognito Outcognito
ID pffildiobkehaebeknnlihlmodoecjha
आधिकारिक URL https://chrome.google.com/webstore/detail/outcognito/pffildiobkehaebeknnlihlmodoecjha
विवरण This extention disables incognito mode
फ़ाइल का आकार 4.28 KB
स्थापना संख्या 613
वर्तमान संस्करण 1.0
अंतिम अपडेट 2016-09-08
प्रकाशन तिथि 2016-09-08
रेटिंग 4.74/5 कुल 19 रेटिंग्स
डेवलपर skeetsdev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outcognito",
    "description": "This extention disables incognito mode",
    "version": "1.0",
    "browser_action": {
        "default_icon": "outcognito.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "windows"
    ]
}