Freesound parser Firefox

Examine source code of Freesound parser

提供元: vsandstrom
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"
    ]
  }
}

ベストのFreesound parser代替案

Freesound parserに類似したFirefox add-onをいくつか紹介します: