AutoIncognito

Open the current page in Incognito mode

Wat is AutoIncognito?

AutoIncognito is een Chrome-extensie ontwikkeld door Diamondium Technologies, LLC, en de belangrijkste functie is "Open the current page in Incognito mode".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AutoIncognito

Download AutoIncognito-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
Officiële URL https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
Beschrijving Open the current page in Incognito mode
Bestandsgrootte 6.27 KB
Aantal Installaties 67
Huidige Versie 1.0
Laatst Bijgewerkt 2020-06-21
Publicatiedatum 2020-06-20
Ontwikkelaar Diamondium Technologies, LLC
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}