Dont Get Caught Beta

Dont Get Caught Beta

This extension exits all tabs and opens new page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dont Get Caught Beta",
  "icons": {
    "16": "ICON16.png",
    "48": "ICON48.png",
    "128": "ICON128.png"
  },
  "short_name": "DGC",
  "description": "This extension exits all tabs and opens new page.",
  "version": "0.0.1.2",
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "browsingData"
  ],
  "browser_action": {
    "default_title": "DontGetCaught",
    "default_icon": "ICON16.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+X"
      },
      "description": "Send a 'toggle-feature' event to the extension"
    }
  },
  "manifest_version": 2
}