Incognito This Tab

Want to surf the Internet in privacy? Use incognito mode to ensure the browser surfing history is not saved by Google Chrome.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "19": "img/19.png",
      "38": "img/38.png"
    },
    "default_title": "__MSG_app_name__"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "chromeos": "Alt+O",
        "linux": "Alt+O",
        "mac": "Alt+O",
        "windows": "Alt+O"
      }
    }
  },
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://incognito-this-tab.freeonlineapps.net/",
  "icons": {
    "16": "img/16.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "offline_enabled": true,
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "short_name": "incognito this site",
  "version": "3.0.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}