LyricFlash Firefox

Examine source code of LyricFlash

By: Thanh
Inspect and view changes in LyricFlash source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LyricFlash",
  "version": "1.0",
  "description": "Display synced lyrics as a flash overlay while playing music on web players. Lyrics must be provided by user or a legal API.",
  "icons": {},
  "browser_action": {
    "default_title": "LyricFlash",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{67f9488a-ef8b-4540-9345-cbb9af2cd327}"
    }
  }
}

Best LyricFlash Alternatives

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