Incognito This Tab For Chrome

Incognito This Tab For Chrome

Open current tab in an Chrome incognito Mode. Press Alt+O Chrome hidden mode

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "background": {
    "service_worker": "background.js"
  },
  "default_locale": "en_US",
  "action": {
    "default_icon": {
      "19": "image/19.png",
      "38": "image/38.png"
    },
    "default_title": "Incognito"
  },
  "commands": {
    "run-foo": {
      "suggested_key": {
        "default": "Alt+O",
        "mac": "Alt+O"
      },
      "description": "Run \"foo\" on the current page."
    },
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+O",
        "mac": "Alt+O",
        "chromeos": "Alt+O",
        "linux": "Alt+O"
      }
    }
  },
  "icons": {
    "16": "image/16.png",
    "48": "image/48.png",
    "128": "image/128.png"
  },
  "manifest_version": 3,
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.3"
}