Vimeo Repeat/Loop Videos with A-B Repeat

Vimeo Repeat/Loop Videos with A-B Repeat

Repeat or loop Vimeo Videos with A-B repeat function.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Vimeo Repeat/Loop Videos with A-B Repeat",
  "description": "Repeat or loop Vimeo Videos with A-B repeat function.",
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "vimeo.js"
      ],
      "matches": [
        "*://vimeo.com/*",
        "*://player.vimeo.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "images/repeat48.png",
    "128": "images/repeat128.png"
  },
  "version": "2",
  "manifest_version": 2
}