One Key Full Screen

One Key Full Screen

Full screen with one click on the button and not need any permission.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icon32.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_extDescription__"
  },
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [],
  "version": "1.0.0"
}