Open tab in incognito

This extension will open the current tab in incogntio mode

Cos'è Open tab in incognito?

Open tab in incognito è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "This extension will open the current tab in incogntio mode".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open tab in incognito

Scarica i file di estensione Open tab in incognito in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Open tab in incognito Open tab in incognito
ID jphadcnfmefilmapphdlailkfdmdlllc
URL Ufficiale https://chromewebstore.google.com/detail/open-tab-in-incognito/jphadcnfmefilmapphdlailkfdmdlllc
Descrizione This extension will open the current tab in incogntio mode
Dimensione del File 6 KB
Conteggio Installazioni 55
Versione Corrente 1.0
Ultimo Aggiornamento 2020-05-02
Data di Pubblicazione 2020-05-02
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}