Incognito Toggle

Switches between incognito and regular browsing

Qu'est-ce que Incognito Toggle ?

Incognito Toggle est une extension Chrome développée par Meebuhs, et sa fonction principale est "Switches between incognito and regular browsing".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Incognito Toggle

Téléchargez les fichiers d'extension Incognito Toggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Incognito Toggle Incognito Toggle
ID mdgklkgfkebppeoioeldnnnhfodlnlkj
URL Officiel https://chromewebstore.google.com/detail/incognito-toggle/mdgklkgfkebppeoioeldnnnhfodlnlkj
Description Switches between incognito and regular browsing
Taille du Fichier 30.16 KB
Nombre d'Installations 331
Version Actuelle 0.1.0
Dernière Mise à Jour 2019-12-03
Date de Publication 2019-12-02
Développeur Meebuhs
Type de Paiement free
Langues Prises en Charge 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
}