Original YouTube Audio Firefox

Examine source code of Original YouTube Audio

By: Alain
Inspect and view changes in Original YouTube Audio source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Original Audio in YouTube Videos",
  "version": "1.2",
  "description": "Tries to set the original audio track on YouTube videos. Now with the ability to change the corresponding names of the audio track",
  "host_permissions": [
    "https://www.youtube.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4fda8782-a3f5-48dc-bbed-c02dd7386ff5}",
      "strict_min_version": "109.0"
    }
  }
}

Best Original YouTube Audio Alternatives

Here are some Firefox add-ons that are similar to Original YouTube Audio: