YT_Music Firefox

Examine source code of YT_Music

By: Shu6h4m
Inspect and view changes in YT_Music source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "YT Music",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "Stream only Audio on Youtube",
  "homepage_url": "https://github.com/shu6h4m/YT_Music",
  "icons": {
    "38": "img/icon38.png",
    "128": "img/icon128.png"
  },
  "background": {
    "scripts": [
      "js/global.js"
    ]
  },
  "permissions": [
    "tabs",
    "webRequest",
    "*://*/*",
    "webRequestBlocking",
    "storage"
  ],
  "browser_action": {
    "default_title": "YT Music"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://*.youtube.com/*",
        "*://*.youtube-nocookie.com/*"
      ],
      "js": [
        "js/youtube_audio.js"
      ],
      "css": [
        "css/shu6h4m.css"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "html/options.html",
    "browser_style": true,
    "chrome_style": true
  }
}

Best YT_Music Alternatives

Here are some Firefox add-ons that are similar to YT_Music: