Soju - Redirect Spotify Links Firefox

Examine source code of Soju - Redirect Spotify Links

Inspect and view changes in Soju - Redirect Spotify Links source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Soju - Redirect Spotify Links",
  "description": "Redirects Spotify links to Soju. Fetch a track's album, compare playlists, and sample different songs quickly and easily.",
  "manifest_version": 2,
  "version": "0.1.0.2",
  "background": {
    "scripts": [
      "redirect.js"
    ],
    "persistent": true
  },
  "icons": {},
  "content_scripts": [
    {
      "matches": [
        "*://open.spotify.com/*"
      ],
      "js": [
        "redirect.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://open.spotify.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e0a17ec0-5f95-4922-abd3-0051b366945d}"
    }
  }
}

Best Soju - Redirect Spotify Links Alternatives

Here are some Firefox add-ons that are similar to Soju - Redirect Spotify Links: