SoundCloud Fullscreen Player Firefox

Examine source code of SoundCloud Fullscreen Player

By: St4ndd
Inspect and view changes in SoundCloud Fullscreen Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "SoundCloud Fullscreen Player",
  "version": "1.0",
  "description": "Fügt einen Fullscreen-Button auf SoundCloud hinzu",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://soundcloud.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_title": "Fullscreen Player"
  },
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png",
    "512": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "soundcloud-fullscreen-player@example.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SoundCloud Fullscreen Player Alternatives

Here are some Firefox add-ons that are similar to SoundCloud Fullscreen Player: