AudD® Music Recognition Firefox

Examine source code of AudD® Music Recognition

Inspect and view changes in AudD® Music Recognition source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "short_name": "AudD",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "author": "app@audd.io",
  "version": "3.2.5",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@audd.tech",
      "strict_min_version": "109.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "src/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true
    }
  ],
  "action": {
    "default_icon": "img/favicon.png",
    "default_popup": "src/popup/popup.html",
    "default_title": "AudD"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "https://api.audd.io/",
    "https://www.googleapis.com/",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/headless-hook.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "128": "img/favicon-128.png"
  },
  "permissions": [
    "identity",
    "storage",
    "unlimitedStorage",
    "webNavigation",
    "tabs",
    "activeTab",
    "scripting",
    "notifications"
  ]
}

Best AudD® Music Recognition Alternatives

Here are some Firefox add-ons that are similar to AudD® Music Recognition: