Spotify Web Player Hotkeys Firefox

Examine source code of Spotify Web Player Hotkeys

제작자: spotifyweb Add-on
Inspect and view changes in Spotify Web Player Hotkeys source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Spotify Web Player Hotkeys (local-only)",
  "version": "1.0.0",
  "description": "Add customizable hotkeys to the Spotify Web Player (open.spotify.com). Local-only, no external servers.",
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Spotify Hotkeys",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://open.spotify.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "spotify-hotkeys-local@example.com",
      "strict_min_version": "60.0"
    }
  }
}

최고의 Spotify Web Player Hotkeys 대안

다음은 Spotify Web Player Hotkeys과(와) 유사한 Firefox add-on입니다: