DLyrics Firefox

Examine source code of DLyrics

By: DcBD
Inspect and view changes in DLyrics source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DLyrics",
  "version": "0.3",
  "description": "Extension that will allow you to search for songs lyrics. The extension will search automatically by video title that you are watching on youtube to speed up the process.",
  "icons": {
    "98": "icons/logo.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icons/logo.png",
    "default_title": "DLyrics Beta.",
    "default_popup": "popup/menu.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "dlyrics.js"
      ]
    }
  ]
}

Best DLyrics Alternatives

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