AutoIncognito

Open the current page in Incognito mode

AutoIncognito क्या है?

AutoIncognito Diamondium Technologies, LLC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open the current page in Incognito mode"।

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

screenshot

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

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

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

                        Some websites (ex. news articles and blog posts) won't allow you to view the content unless you:
a) Pay for a subscription
b) Wait for your allocated number of "free page views" to reset (ex. each new month)

Going Incognito will often allow you to view the webpage.  This extension saves the time it takes to copy the existing URL, open a new Incognito window, and then visit the page.                    

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

नाम AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
आधिकारिक URL https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
विवरण Open the current page in Incognito mode
फ़ाइल का आकार 6.27 KB
स्थापना संख्या 67
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-06-21
प्रकाशन तिथि 2020-06-20
डेवलपर Diamondium Technologies, LLC
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoIncognito",
    "version": "1.0",
    "description": "Open the current page in Incognito mode",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background-min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Open in Incognito"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}