YT2 Remote App

YT2 Remote App

Control YouTube videos remotely from your smartphone, tablet or iPad

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "YT2 Remote App",
  "description": "Control YouTube videos remotely from your smartphone, tablet or iPad",
  "version": "1.4.0",
  "browser_action": {
    "default_icon": "icon128.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery.min.js"
      ]
    }
  ]
}