Micro-Rewind on Double Firefox

Examine source code of Micro-Rewind on Double

By: Yrah Add-on
Inspect and view changes in Micro-Rewind on Double source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Micro-Rewind on Double-Click (RewindTap)",
  "version": "1.0.1",
  "description": "Override double-click on videos to rewind/forward instead of fullscreen.",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "rewindtap@addon.local",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Micro-Rewind on Double Alternatives

Here are some Firefox add-ons that are similar to Micro-Rewind on Double: