Incognito Toggle

Switches between incognito and regular browsing

Wat is Incognito Toggle?

Incognito Toggle is een Chrome-extensie ontwikkeld door Meebuhs, en de belangrijkste functie is "Switches between incognito and regular browsing".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Incognito Toggle

Download Incognito Toggle-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

                        This extension provides a simple way to switch between incognito and regular browsing.                    

Basisinformatie over de Extensie

Naam Incognito Toggle Incognito Toggle
ID mdgklkgfkebppeoioeldnnnhfodlnlkj
Officiële URL https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj
Beschrijving Switches between incognito and regular browsing
Bestandsgrootte 30.16 KB
Aantal Installaties 331
Huidige Versie 0.1.0
Laatst Bijgewerkt 2019-12-03
Publicatiedatum 2019-12-02
Ontwikkelaar Meebuhs
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Switches between incognito and regular browsing",
    "version": "0.1.0",
    "name": "Incognito Toggle",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "32": "images\/incognito-toggle-icon-32.png",
            "64": "images\/incognito-toggle-icon-64.png",
            "128": "images\/incognito-toggle-icon-128.png"
        }
    },
    "icons": {
        "32": "images\/incognito-toggle-icon-32.png",
        "64": "images\/incognito-toggle-icon-64.png",
        "128": "images\/incognito-toggle-icon-128.png"
    },
    "manifest_version": 2
}