YouTube Subtitle Pro - Cinema Mode Firefox

Examine source code of YouTube Subtitle Pro - Cinema Mode

Inspect and view changes in YouTube Subtitle Pro - Cinema Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "default_locale": "en",
  "version": "2.2.0",
  "description": "__MSG_appDesc__",
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "commands": {
    "toggle-panel": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Toggle Settings Panel"
    },
    "font-size-up": {
      "suggested_key": {
        "default": "Alt+Up"
      },
      "description": "Increase Font Size"
    },
    "font-size-down": {
      "suggested_key": {
        "default": "Alt+Down"
      },
      "description": "Decrease Font Size"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-subtitle-pro@voidksa.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "512": "icons/icon512.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon48.png",
      "32": "icons/icon48.png"
    },
    "default_title": "__MSG_actionTitle__"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://www.youtube-nocookie.com/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*.png",
        "icons/icon48.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best YouTube Subtitle Pro - Cinema Mode Alternatives

Here are some Firefox add-ons that are similar to YouTube Subtitle Pro - Cinema Mode: