Deezer Share Fix Firefox

Examine source code of Deezer Share Fix

By: Zipdox Add-on
Inspect and view changes in Deezer Share Fix source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Deezer Share Fix",
  "version": "1.0",
  "description": "This extension makes Deezer share normal links instead of link.deezer.com URLs.\n\nNormally when you use the share button in Deezer, it generates a link.deezer.com \"dynamic link\". This link, when opened, redirects to a long URL that includes several URL parameters. One of these is your account's user ID. This means you could potentially dox yourself by sharing a song. Additionally, the dynamic links are actually longer than normal links, and add a redirect when loading. This extension intercepts the API request for getting a dynamic link and just returns the normal link.",
  "browser_specific_settings": {
    "gecko": {
      "id": "deezer-share-fix@zipdox.net",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "32": "icon.svg",
    "64": "icon.svg",
    "128": "icon.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://www.deezer.com/*"
  ]
}

Best Deezer Share Fix Alternatives

Here are some Firefox add-ons that are similar to Deezer Share Fix: