YouTube Video Looper Firefox

Examine source code of YouTube Video Looper

By: node62
Inspect and view changes in YouTube Video Looper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "YouTube Video Looper",
  "version": "1.0.0",
  "description": "Toggle looping for YouTube videos",
  "permissions": [
    "*://*.youtube.com/*",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/loop-48.png",
      "96": "icons/loop-96.png"
    },
    "default_title": "YouTube Looper"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{64d46600-8f74-4df2-8b1b-77d5b2b670a8}"
    }
  }
}

Best YouTube Video Looper Alternatives

Here are some Firefox add-ons that are similar to YouTube Video Looper: