Youtube Replay (YT-Replay Magic)

Youtube Replay (YT-Replay Magic)

Replay Youtube Videos the Fastest way (Non Stop) with YT-Replay Magic. It comes with a Toolbar Button, and with ON/OFF Badges on top of the Button when Replaying Videos. The new Version includes also Video Thumbnails & Titles as Popup Notifications!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Youtube Replay (YTReplay Magic)",
  "version": "1.0.7resigned1",
  "manifest_version": 2,
  "description": "Youtube Replay (YTReplay Magic) is fastest and easiest way to Replay your Favorit Videos On Youtube, and Non-Stop.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon55.png"
  },
  "browser_action": {
    "default_icon": "icons/Off.png",
    "default_title": "Turn (ON/OFF) YT-Replay"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "*://*.youtube.com/*"
  ],
  "web_accessible_resources": [
    "/icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "YTReplay@china-cheats"
    }
  }
}