Incognito Killer
Kills all Chrome Incognito tabs when the screen gets locked
What is Incognito Killer?
Incognito Killer is a Chrome extension developed by mayr.sascha, and its main feature is "Kills all Chrome Incognito tabs when the screen gets locked".
Extension Screenshots
Download Incognito Killer Extension CRX File
Download Incognito Killer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Incognito Killer |
ID | hpdfeinigebmhjmfencdgfajoligmbjj |
Official URL | https://chromewebstore.google.com/detail/incognito-killer/hpdfeinigebmhjmfencdgfajoligmbjj |
Description | Kills all Chrome Incognito tabs when the screen gets locked |
File Size | 18.04 KB |
Installation Count | 397 |
Current Version | 2.0.0 |
Last Updated | 2024-03-06 |
Publish Date | 2019-03-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | mayr.sascha |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |