Web Melody Identifier Firefox

Examine source code of Web Melody Identifier

By: Hi Tu
Inspect and view changes in Web Melody Identifier source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Melody Identifier",
  "version": "1.0",
  "description": "Phát hiện các đoạn melody lặp lại trong âm thanh trang web.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "melody_detector.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0ee09866-d39a-483f-a439-6a98f8178bfe}"
    }
  }
}

Best Web Melody Identifier Alternatives

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