Examine source code of YouTube to audio stream and download

Inspect and view changes in YouTube to audio stream and download source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Youtube to audio stream and download",
  "description": "Stream YouTube videos in audio format with ease.",
  "version": "0.0.7",
  "manifest_version": 2,
  "icons": {
    "16": "/icons/ytad.png",
    "32": "/icons/ytad.png",
    "48": "/icons/ytad.png",
    "128": "/icons/ytad.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "/icons/ytad.png",
      "32": "/icons/ytad.png",
      "48": "/icons/ytad.png",
      "128": "/icons/ytad.png"
    }
  },
  "permissions": [
    "activeTab",
    "https://tdau.glitch.me/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c357c299-4da9-42b3-a159-ffce0eecf800}"
    }
  }
}