Youtify - youtube/Spotify Media Player. Firefox

Examine source code of Youtify - youtube/Spotify Media Player.

By: max
Inspect and view changes in Youtify - youtube/Spotify Media Player. source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Youtify - youtube and spotify media player",
  "version": "1.4",
  "description": "Control YouTube and Spotify media playback from a single popup.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png"
    }
  },
  "permissions": [
    "tabs",
    "*://*.spotify.com/*",
    "*://*.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.spotify.com/*",
        "*://*.youtube.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{1d575f62-41f7-49e2-89fe-b2ec9eaa4357}"
    }
  }
}

Best Youtify - youtube/Spotify Media Player. Alternatives

Here are some Firefox add-ons that are similar to Youtify - youtube/Spotify Media Player.: