YouTube Loop Timer Firefox

Examine source code of YouTube Loop Timer

By: José
Inspect and view changes in YouTube Loop Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Loop Timer",
  "version": "1.0",
  "description": "Restart YouTube videos at a specific time when they reach the end",
  "permissions": [
    "activeTab",
    "storage",
    "*://www.youtube.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "YouTube Loop Timer",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e753443a-9907-4a6c-ba92-2c80602e734c}"
    }
  }
}

Best YouTube Loop Timer Alternatives

Here are some Firefox add-ons that are similar to YouTube Loop Timer: