HiAnime Auto Full Screen Firefox

Examine source code of HiAnime Auto Full Screen

By: rg18
Inspect and view changes in HiAnime Auto Full Screen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HiAnime Auto Fullscreen",
  "version": "1.0.1",
  "description": "Automatically fullscreens episodes on HiAnime with separate controls for manual and autoplay episodes",
  "author": "HiAnime Auto Fullscreen Contributors",
  "homepage_url": "https://github.com/rglenn415/hianime-auto-fullscreen",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "hianime-autofullscreen@ryanglenn415",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.hianime.to/*",
        "*://hianime.to/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "HiAnime Auto Fullscreen - Toggle Settings",
    "default_popup": "popup.html"
  }
}

Best HiAnime Auto Full Screen Alternatives

Here are some Firefox add-ons that are similar to HiAnime Auto Full Screen: