Web Rhythm Recorder Firefox

Examine source code of Web Rhythm Recorder

By: Giw
Inspect and view changes in Web Rhythm Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Rhythm Recorder",
  "version": "1.0",
  "description": "Record audio played in the page and convert short captures into loopable beats for quick remixing.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "<all_urls>",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Web Rhythm Recorder",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "applications": {
    "gecko": {
      "id": "webrhythm@example.com"
    }
  }
}

Best Web Rhythm Recorder Alternatives

Here are some Firefox add-ons that are similar to Web Rhythm Recorder: