Incognito Killer

Kills all Chrome Incognito tabs when the screen gets locked

Co to jest Incognito Killer?

Incognito Killer to rozszerzenie Chrome opracowane przez mayr.sascha, a jego główną funkcją jest „Kills all Chrome Incognito tabs when the screen gets locked”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Incognito Killer

Pobierz pliki rozszerzeń Incognito Killer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Incognito Killer Incognito Killer
ID hpdfeinigebmhjmfencdgfajoligmbjj
Oficjalny URL https://chromewebstore.google.com/detail/incognito-killer/hpdfeinigebmhjmfencdgfajoligmbjj
Opis Kills all Chrome Incognito tabs when the screen gets locked
Rozmiar pliku 18.04 KB
Liczba instalacji 397
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2024-03-06
Data Publikacji 2019-03-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper mayr.sascha
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}