One-Minute Recap Firefox

Examine source code of One-Minute Recap

By: Phuong
Inspect and view changes in One-Minute Recap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "One-Minute Recap",
  "version": "1.0.1",
  "description": "Show a 60-second text recap before continuing a movie or episode.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "one-minute-recap@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best One-Minute Recap Alternatives

Here are some Firefox add-ons that are similar to One-Minute Recap: