Spotify Notifications Firefox

Examine source code of Spotify Notifications

Por: albertfc
Inspect and view changes in Spotify Notifications source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "ViaxCo & albertfc",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://open.spotify.com/*"
      ]
    }
  ],
  "description": "Displays notifications when song changes on Spotify.",
  "host_permissions": [
    "https://open.spotify.com/*"
  ],
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon.png"
  },
  "manifest_version": 3,
  "name": "Spotify Notifications",
  "permissions": [
    "notifications",
    "tabs",
    "scripting"
  ],
  "version": "1.0.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox-spotify-notifications@albertfc"
    }
  }
}

Melhores alternativas Spotify Notifications

Aqui estão algumas Firefox add-ons que são similares a Spotify Notifications: