Incognito Killer

Kills all Chrome Incognito tabs when the screen gets locked

Qu'est-ce que Incognito Killer ?

Incognito Killer est une extension Chrome développée par mayr.sascha, et sa fonction principale est "Kills all Chrome Incognito tabs when the screen gets locked".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Incognito Killer 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

                        Have you ever opened your laptop in front of family members and/or work colleagues and it still showed that embarrassing website you opened in incognito mode last night?

If that's the case you need Incognito Killer, it will close all open Incognito tabs as soon as your screen either get's locked or your computer restarts.                    

Informations de Base sur l'Extension

Nom Incognito Killer Incognito Killer
ID hpdfeinigebmhjmfencdgfajoligmbjj
URL Officiel https://chromewebstore.google.com/detail/incognito-killer/hpdfeinigebmhjmfencdgfajoligmbjj
Description Kills all Chrome Incognito tabs when the screen gets locked
Taille du Fichier 18.04 KB
Nombre d'Installations 397
Version Actuelle 2.0.0
Dernière Mise à Jour 2024-03-06
Date de Publication 2019-03-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur mayr.sascha
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Killer",
    "version": "2.0.0",
    "description": "Kills all Chrome Incognito tabs when the screen gets locked",
    "permissions": [
        "idle",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}