Always Show Watch Later

Always Show Watch Later

Always shows the Watch Later button for Youtube embedded videos.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Always Show Watch Later",
  "description": "Always shows the Watch Later button for Youtube embedded videos.",
  "version": "1.4",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery-2.1.4.min.js",
        "content.js"
      ],
      "all_frames": true
    }
  ],
  "icons": {
    "128": "icon_128.png"
  }
}