LoopiFy

LoopiFy

LoopiFy YouTube videos. Using this tool you can make auto loops to youtube videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Loop YouTube videos",
  "manifest_version": 2,
  "name": "LoopiFy",
  "version": "1.1resigned1",
  "browser_action": {
    "browser_style": true,
    "default_popup": "popups/popup.html",
    "default_icon": {
      "16": "popups/icons/icon_16.png",
      "32": "popups/icons/icon_32.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{94c4cadf-0c34-441c-b4e0-cab2aaab0550}"
    }
  }
}