Incognito Killer

Incognito Killer

Kills all Chrome Incognito tabs when the screen gets locked

Merlin
Additional files are visible only to premium users

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
}