Scroll Tempo Firefox

Examine source code of Scroll Tempo

By: Eiau
Inspect and view changes in Scroll Tempo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Scroll Tempo",
  "version": "1.0",
  "description": "Adjusts a background rhythmic soundtrack based on your scroll speed: faster scroll → faster tempo.",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Scroll Tempo",
    "default_popup": "popup.html"
  },
  "applications": {
    "gecko": {
      "id": "scrolltempo@example.com"
    }
  }
}

Best Scroll Tempo Alternatives

Here are some Firefox add-ons that are similar to Scroll Tempo: