YouTube Vertical Center Captions Firefox

Examine source code of YouTube Vertical Center Captions

By: d4nchq
Inspect and view changes in YouTube Vertical Center Captions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Vertical Center Captions",
  "version": "1.3",
  "description": "Forces YouTube CC to appear in the center with adjustable position and offset.",
  "icons": {
    "96": "icon.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Caption Settings"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "yt-custom-captions@my-extension.com",
      "strict_min_version": "113.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best YouTube Vertical Center Captions Alternatives

Here are some Firefox add-ons that are similar to YouTube Vertical Center Captions: