RYM Spotify Link Extractor Firefox

Examine source code of RYM Spotify Link Extractor

By: eilifhl
Inspect and view changes in RYM Spotify Link Extractor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "RYM Spotify Link Extractor",
  "version": "3.0",
  "description": "Extracts Spotify links from RateYourMusic charts.",
  "permissions": [
    "identity",
    "storage",
    "clipboardWrite"
  ],
  "host_permissions": [
    "https://api.spotify.com/*",
    "https://accounts.spotify.com/*"
  ],
  "action": {
    "default_popup": "dist/popup.html"
  },
  "background": {
    "scripts": [
      "dist/background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://rateyourmusic.com/charts/*"
      ],
      "js": [
        "dist/content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{895a470a-7abd-43b8-99d2-e72d4509ba6d}"
    }
  }
}

Best RYM Spotify Link Extractor Alternatives

Here are some Firefox add-ons that are similar to RYM Spotify Link Extractor: