AutoIncognito

Open the current page in Incognito mode

Hvad er AutoIncognito?

AutoIncognito er en Chrome-udvidelse udviklet af Diamondium Technologies, LLC, og dens hovedfunktion er "Open the current page in Incognito mode".

Udvidelsesskærmbilleder

screenshot

Download AutoIncognito-udvidelses-CRX-fil

Download AutoIncognito-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn AutoIncognito AutoIncognito
ID cokhhlcdmplnjnjgfcibjeijgmpefekk
Officiel URL https://chromewebstore.google.com/detail/autoincognito/cokhhlcdmplnjnjgfcibjeijgmpefekk
Beskrivelse Open the current page in Incognito mode
Filstørrelse 6.27 KB
Antal Installationer 67
Nuværende Version 1.0
Senest Opdateret 2020-06-21
Udgivelsesdato 2020-06-20
Udvikler Diamondium Technologies, LLC
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}