Drag-able Full-Screen Button Firefox

Examine source code of Drag-able Full-Screen Button

Inspect and view changes in Drag-able Full-Screen Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Full-Screen Toggle",
  "version": "1.2",
  "description": "Toggle full-screen mode by clicking a dot in the bottom-right corner.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ohohyugioh1@hotmail.com"
    }
  }
}

Best Drag-able Full-Screen Button Alternatives

Here are some Firefox add-ons that are similar to Drag-able Full-Screen Button: