Create & Search Video Timestamps for Youtube™

Create & Search Video Timestamps for Youtube™

The extension that lets you to easily create and share Youtube™ video timestamps and to discover other timestamps for similar 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": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.1.1",
  "browser_action": {
    "default_icon": "images/32x32.png",
    "default_popup": "index.html",
    "default_title": "Open VideoTimestamps 0.1.1"
  },
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'",
  "permissions": [
    "activeTab",
    "https://*.youtube.com/"
  ]
}