InstaSpeed - Instagram Video Speed Control Firefox

Examine source code of InstaSpeed - Instagram Video Speed Control

Inspect and view changes in InstaSpeed - Instagram Video Speed Control source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instagram Speed Control",
  "version": "1.0",
  "description": "Control playback speed of Instagram videos and stories with keyboard shortcuts and custom speeds",
  "permissions": [
    "activeTab",
    "storage",
    "*://*.instagram.com/*"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    },
    "default_title": "Instagram Speed Control"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "content.min.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "instagram-speed-control@techlou.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "58.0"
    }
  },
  "optional_permissions": [],
  "developer": {
    "name": "Lounes Hareb",
    "url": "https://techlou.com"
  }
}

Best InstaSpeed - Instagram Video Speed Control Alternatives

Here are some Firefox add-ons that are similar to InstaSpeed - Instagram Video Speed Control: