Funimation Fullscreen Firefox

Examine source code of Funimation Fullscreen

Inspect and view changes in Funimation Fullscreen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Funimation Fullscreen",
  "version": "2.1.0.0",
  "description": "Persistent Fullscreen, Full Window, and Popup Modes for the Funimation webplayer.",
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.funimation.com/*/shows/*"
      ],
      "js": [
        "content-old.js"
      ],
      "css": [
        "content-old.css"
      ]
    },
    {
      "matches": [
        "https://www.funimation.com/player/*"
      ],
      "all_frames": true,
      "js": [
        "content-player-old.js"
      ],
      "css": [
        "content-player-old.css"
      ]
    },
    {
      "matches": [
        "https://www.funimation.com/v/*"
      ],
      "js": [
        "content-player-new.js"
      ],
      "css": [
        "content-player-new.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "images/ff16.png",
      "32": "images/ff32.png",
      "48": "images/ff48.png",
      "128": "images/ff128.png"
    },
    "default_title": "Funimation Fullscreen"
  },
  "icons": {
    "16": "images/ff16.png",
    "32": "images/ff32.png",
    "48": "images/ff48.png",
    "128": "images/ff128.png"
  },
  "web_accessible_resources": [
    "images/fs.png",
    "images/pu.png",
    "images/fw.png"
  ],
  "manifest_version": 2
}

Best Funimation Fullscreen Alternatives

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