Video Time Marker for YouTube™

Video Time Marker for YouTube™

You can save the specific time of video you're watching and manage it by grouping.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.7",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "activeTab",
    "declarativeContent",
    "http://*/*",
    "https://*/*",
    "*://*/*"
  ],
  "browser_action": {
    "default_popup": "index.html",
    "default_icon": "iconBox/ytm128.png"
  },
  "icons": {
    "16": "iconBox/ytm16.png",
    "48": "iconBox/ytm48.png",
    "128": "iconBox/ytm128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+V",
        "linux": "Ctrl+Shift+V",
        "windows": "Ctrl+Shift+V",
        "mac": "Command+Shift+V"
      }
    }
  },
  "manifest_version": 2
}