Spotify Timestamp Share Firefox

Examine source code of Spotify Timestamp Share

By: hihi
Inspect and view changes in Spotify Timestamp Share source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Spotify Timestamp Share",
  "version": "0.1.0",
  "description": "Copy a Spotify podcast link at the current playback timestamp.",
  "icons": {
    "16": "assets/icons/icon-16.png",
    "32": "assets/icons/icon-32.png",
    "48": "assets/icons/icon-48.png",
    "128": "assets/icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "spotify-share-timestamp@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://open.spotify.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Spotify Timestamp Share Alternatives

Here are some Firefox add-ons that are similar to Spotify Timestamp Share: