Fullscreen Toggle Button Firefox

Examine source code of Fullscreen Toggle Button

By: Mwitch
Inspect and view changes in Fullscreen Toggle Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fullscreen Toggle",
  "version": "1.1",
  "description": "Adds a button to toggle fullscreen mode.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Fullscreen Button Settings",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bd2c2d81-9ce5-4620-b13a-775741b65682}"
    }
  }
}

Best Fullscreen Toggle Button Alternatives

Here are some Firefox add-ons that are similar to Fullscreen Toggle Button: