SoundMarker Firefox

Examine source code of SoundMarker

By: Tien
Inspect and view changes in SoundMarker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SoundMarker",
  "version": "1.0",
  "description": "Place time-based markers on audio/video and return to them later. Markers saved per URL.",
  "icons": {},
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "soundmarker.js"
      ],
      "css": [
        "soundmarker.css"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{c6c2b8d5-2854-4c80-8c1d-8ab8270599be}"
    }
  }
}

Best SoundMarker Alternatives

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