Freesound parser Firefox

Examine source code of Freesound parser

Inspect and view changes in Freesound parser source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "freesoundparser@addon.com"
    }
  },
  "manifest_version": 3,
  "name": "Freesound parser",
  "version": "1.0",
  "description": "Parses the page of a sound hosted on freesound.org and extracts the CDN link to the hosted mp3",
  "action": {},
  "icons": {
    "48": "logo_sqr.png",
    "128": "logo_sqr.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.freesound.org/*"
      ],
      "js": [
        "scrape.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Freesound parser Alternatives

Here are some Firefox add-ons that are similar to Freesound parser: