Lyrics Button Firefox

Examine source code of Lyrics Button

Inspect and view changes in Lyrics Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "version": "1.0",
  "name": "Lyrics Button",
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content_script.js"
      ]
    },
    {
      "matches": [
        "*://genius.com/search?q=*"
      ],
      "js": [
        "get_first.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "<all_urls>",
    "activeTab",
    "storage"
  ],
  "icons": {
    "48": "./icons/icon-48.png",
    "96": "./icons/icon-96.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "./icons/icon-19.png",
      "38": "./icons/icon-38.png"
    },
    "default_title": "Lyrics Button",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{2e0a455b-525b-4fcf-9a19-7b96e774573e}"
    }
  }
}

Best Lyrics Button Alternatives

Here are some Firefox add-ons that are similar to Lyrics Button: