Where's My Video

Where's My Video

One of the videos is missing from your Youtube playlist? You'll never figure out. With this extension, you can find the missing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Where's My Video",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "icon_128.png"
  },
  "icons": {
    "128": "icon_128.png"
  }
}