Open tab in incognito

This extension will open the current tab in incogntio mode

Was ist Open tab in incognito?

Open tab in incognito ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "This extension will open the current tab in incogntio mode".

Erweiterungsscreenshots

screenshot

Open tab in incognito-Erweiterungs-CRX-Datei herunterladen

Laden Sie Open tab in incognito-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This extension will open the current tab in incogntio mode

This tool will help anyone from standard users to developers.
Ever run out of article limits? Open in a incognito window!
Ever had issues with caching? Open in a incognito window!
Ever started some secret shopping and wanted to open the item quickly and without anyone knowing? Open in a incognito window!                    

Grundlegende Informationen zur Erweiterung

Name Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
Offizielle URL https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
Beschreibung This extension will open the current tab in incogntio mode
Dateigröße 6 KB
Installationsanzahl 55
Aktuelle Version 1.0
Letztes Update 2020-05-02
Veröffentlichungsdatum 2020-05-02
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open tab in incognito",
    "description": "This extension will open the current tab in incogntio mode",
    "version": "1.0",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}