Song Identifier Firefox

Examine source code of Song Identifier

Inspect and view changes in Song Identifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Song id",
  "version": "3.5",
  "description": "Music recognition. Like shazam or soundhound.",
  "homepage_url": "https://github.com/losnappas/Song-identifier",
  "icons": {
    "16": "icons/icon.svg",
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "applications": {
    "gecko": {
      "id": "song-id@losnappas"
    }
  },
  "background": {
    "scripts": [
      "/background/inject.js"
    ]
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "Identify",
    "default_icon": "icons/icon.svg"
  },
  "permissions": [
    "activeTab",
    "*://*.acrcloud.com/v1/identify",
    "storage"
  ],
  "options_ui": {
    "page": "options/options.html"
  }
}

Best Song Identifier Alternatives

Here are some Firefox add-ons that are similar to Song Identifier: