Rightclick to exit fullscreen

Rightclick to exit fullscreen

Right click to exit fullscreen. You can use this with my other add-on for (Windows) tablets. Works on every page in the browser.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Rightclick to exit fullscreen",
  "description": "Rightclick to exit fullscreen. You can use this with my other add-on on (Windows) tablets.",
  "version": "1.0",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}