Soundtrack Detector Firefox

Examine source code of Soundtrack Detector

By: Hi Hai
Inspect and view changes in Soundtrack Detector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Soundtrack Detector",
  "version": "1.0",
  "description": "Phát hiện nhạc nền lặp và gợi ý nhạc thay thế từ YouTube/Spotify.",
  "permissions": [
    "tabs",
    "activeTab",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{916f726d-a2fa-4226-b78d-c99feb8707da}"
    }
  }
}

Best Soundtrack Detector Alternatives

Here are some Firefox add-ons that are similar to Soundtrack Detector: