Watch Later

Watch Later

Allows you to add any video to the list of "to watch" in easy way. Watch Later allows you to save title, link to the video and time when you stopped watching video. Supports autofill data for YouTube.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Watch Later",
  "author": "Tadeusz Lewandowski",
  "version": "1.1resigned1",
  "description": "Allows you to add any video to the list of 'to watch' in easy way. Watch Later allows you to save title, link to the video and time when you end watching video. Supports autofill data for Youtube.",
  "homepage_url": "https://github.com/tadeusz-lewandowski/watch-later",
  "icons": {
    "48": "icons/watch-later-48.png",
    "96": "icons/watch-later-96.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/watch-later-32.png",
    "default_title": "Watch Later",
    "default_popup": "popup/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{9c9c1c55-53f9-4f63-8389-78b8eab95a46}"
    }
  }
}