Go Incognito

Opens current tab in an incognito window, and removes it from your browsing history.

Cos'è Go Incognito?

Go Incognito è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Opens current tab in an incognito window, and removes it from your browsing history.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Go Incognito

Scarica i file di estensione Go 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

                        Opens the current tab in an incognito window, closes it and removes it from your browsing history.

Visit our homepage for more: https://browsernative.com/go-incognito/                    

Informazioni di Base sull'Estensione

Nome Go Incognito Go Incognito
ID oimfnddepdafdfmammggkfmdepfmipai
URL Ufficiale https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai
Descrizione Opens current tab in an incognito window, and removes it from your browsing history.
Dimensione del File 23.22 KB
Conteggio Installazioni 254,465
Versione Corrente 0.0.7
Ultimo Aggiornamento 2023-11-24
Data di Pubblicazione 2019-11-28
Valutazione 4.21/5 Totale 43 Valutazioni
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/go-incognito/
URL della Pagina di Aiuto https://browsernative.com/go-incognito/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go Incognito",
    "description": "Opens current tab in an incognito window, and removes it from your browsing history.",
    "permissions": [
        "contextMenus",
        "activeTab",
        "history"
    ],
    "version": "0.0.7",
    "homepage_url": "https:\/\/browsernative.com\/go-incognito\/",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "static\/19.png",
            "38": "static\/38.png"
        },
        "default_title": "Go Incognito"
    },
    "icons": {
        "48": "static\/48.png",
        "128": "static\/128.png",
        "16": "static\/16.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+I"
            }
        }
    }
}