SoundCloud Account Manager Firefox

Examine source code of SoundCloud Account Manager

By: swif
Inspect and view changes in SoundCloud Account Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundCloud Account Manager",
  "description": "Save and switch between multiple SoundCloud accounts.",
  "version": "0.1.4",
  "homepage_url": "https://github.com/xxwif/soundcloud-account-manager",
  "permissions": [
    "storage",
    "cookies",
    "tabs",
    "https://soundcloud.com/*",
    "https://*.soundcloud.com/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_title": "SoundCloud Account Manager",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://soundcloud.com/*",
        "https://*.soundcloud.com/*"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "soundcloud-account-manager@swif.goth",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best SoundCloud Account Manager Alternatives

Here are some Firefox add-ons that are similar to SoundCloud Account Manager: