Incognito Killer

Kills all Chrome Incognito tabs when the screen gets locked

Apa itu Incognito Killer?

Incognito Killer adalah ekstensi Chrome yang dikembangkan oleh mayr.sascha, dan fitur utamanya adalah "Kills all Chrome Incognito tabs when the screen gets locked".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Incognito Killer

Unduh file ekstensi Incognito Killer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Incognito Killer Incognito Killer
ID hpdfeinigebmhjmfencdgfajoligmbjj
URL Resmi https://chromewebstore.google.com/detail/incognito-killer/hpdfeinigebmhjmfencdgfajoligmbjj
Deskripsi Kills all Chrome Incognito tabs when the screen gets locked
Ukuran File 18.04 KB
Jumlah Instalasi 397
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2024-03-06
Tanggal Publikasi 2019-03-07
Penilaian 5.00/5 Total 3 Penilaian
Pengembang mayr.sascha
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}