Youtube Video Title Firefox

Examine source code of Youtube Video Title

By: Aryaman
Inspect and view changes in Youtube Video Title source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtube video title",
  "description": "Detects the links to youtube videos on the current page, then automatically replaces it with target video's title.",
  "version": "1.0",
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "god.js"
      ]
    }
  ]
}

Best Youtube Video Title Alternatives

Here are some Firefox add-ons that are similar to Youtube Video Title: