Go Incognito

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

Wat is Go Incognito?

Go Incognito is een Chrome-extensie ontwikkeld door https://browsernative.com, en de belangrijkste functie is "Opens current tab in an incognito window, and removes it from your browsing history.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Go Incognito

Download Go Incognito-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Go Incognito Go Incognito
ID oimfnddepdafdfmammggkfmdepfmipai
Officiële URL https://chromewebstore.google.com/detail/go-incognito/oimfnddepdafdfmammggkfmdepfmipai
Beschrijving Opens current tab in an incognito window, and removes it from your browsing history.
Bestandsgrootte 23.22 KB
Aantal Installaties 254,465
Huidige Versie 0.0.7
Laatst Bijgewerkt 2023-11-24
Publicatiedatum 2019-11-28
Beoordeling 4.21/5 Totaal 43 Beoordelingen
Ontwikkelaar https://browsernative.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browsernative.com/go-incognito/
Help Pagina-URL https://browsernative.com/go-incognito/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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"
            }
        }
    }
}