SoundStamps Firefox

Examine source code of SoundStamps

Inspect and view changes in SoundStamps source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundStamps",
  "version": "1.0",
  "description": "Bookmark timestamps of music you listen on SoundCloud",
  "browser_action": {
    "default_icon": "assets/icons/sound_icon.svg",
    "default_title": "SoundStamps",
    "default_popup": "build/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "mateuscelio10@hotmail.com"
    }
  },
  "permissions": [
    "activeTab",
    "notifications",
    "storage"
  ],
  "background": {
    "scripts": [
      "build/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://soundcloud.com/*"
      ],
      "js": [
        "build/content.js"
      ]
    }
  ]
}

Best SoundStamps Alternatives

Here are some Firefox add-ons that are similar to SoundStamps: