HTML Universal Speed Control Firefox

Examine source code of HTML Universal Speed Control

By: Rohit Y
Inspect and view changes in HTML Universal Speed Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "HTML Universal Speed Controller",
  "version": "3.1",
  "description": "Control the speed of HTML websites with various timing methods",
  "browser_specific_settings": {
    "gecko": {
      "id": "speed-controller@example.com",
      "strict_min_version": "79.0"
    }
  },
  "permissions": [
    "storage",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_title": "Speed Controller",
    "default_icon": {
      "48": "icons/Icon.svg",
      "96": "icons/Icon.svg",
      "128": "icons/Icon.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true,
    "open_in_tab": true
  },
  "icons": {
    "48": "icons/Icon.svg",
    "96": "icons/Icon.svg",
    "128": "icons/Icon.png",
    "256": "icons/Icon 256 - Monotone.svg"
  }
}

Best HTML Universal Speed Control Alternatives

Here are some Firefox add-ons that are similar to HTML Universal Speed Control: