AutoIncognito

Open the current page in Incognito mode

Qu'est-ce que AutoIncognito ?

AutoIncognito est une extension Chrome développée par Diamondium Technologies, LLC, et sa fonction principale est "Open the current page in Incognito mode".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension AutoIncognito

Téléchargez les fichiers d'extension AutoIncognito au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
URL Officiel https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
Description Open the current page in Incognito mode
Taille du Fichier 6.27 KB
Nombre d'Installations 67
Version Actuelle 1.0
Dernière Mise à Jour 2020-06-21
Date de Publication 2020-06-20
Développeur Diamondium Technologies, LLC
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}