ReClipped: YouTube Notes & Screenshots

ReClipped: YouTube Notes & Screenshots

Take timestamped notes and screenshots from videos on YouTube and many other platforms

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ReClipped: YouTube Notes & Screenshots",
  "commands": {
    "summary-note": {
      "suggested_key": {
        "default": "Alt+Shift+X"
      },
      "description": "Create Summary Note"
    },
    "take-snapshot": {
      "suggested_key": {
        "default": "Alt+Shift+A"
      },
      "description": "Take Snapshot"
    },
    "create-highlight": {
      "suggested_key": {
        "default": "Alt+Shift+S"
      },
      "description": "Create Highlight"
    },
    "toggle-sidebar": {
      "suggested_key": {
        "default": "Alt+Shift+Q"
      },
      "description": "Toggle Sidebar"
    }
  },
  "short_name": "ReClipped",
  "version": "2.1.0.150",
  "version_name": "2.1.0.150 (g93dc3df)",
  "manifest_version": 2,
  "minimum_chrome_version": "38",
  "description": "Take timestamped notes and screenshots from videos on YouTube and many other platforms",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "homepage_url": "https://reclipped.com",
  "incognito": "split",
  "offline_enabled": false,
  "permissions": [
    "https://youtube.com/*",
    "https://www.youtube.com/*",
    "https://vimeo.com/*",
    "https://www.vimeo.com/*",
    "https://reclipped.com/*",
    "https://www.reclipped.com/*",
    "https://*.panopto.com/*",
    "https://*.brightstorm.com/*",
    "https://brightstorm.com/*",
    "https://*.ted.com/*",
    "https://ted.com/*",
    "https://*.linkedin.com/learning/*",
    "https://linkedin.com/learning/*",
    "https://*.curiositystream.com/*",
    "https://curiositystream.com/*",
    "https://*.skillshare.com/*",
    "https://skillshare.com/*",
    "https://*.twitch.tv/videos/*",
    "https://twitch.tv/videos/*",
    "https://*.bilibili.com/video/*",
    "https://bilibili.com/video/*",
    "https://*.bilibili.tv/*",
    "https://bilibili.tv/*",
    "https://hotstar.com/*",
    "https://*.hotstar.com/*",
    "https://primevideo.com/detail/*",
    "https://*.primevideo.com/detail/*",
    "https://coursera.org/learn/*",
    "https://*.coursera.org/learn/*",
    "https://udemy.com/*",
    "https://*.udemy.com/*",
    "https://*.teachable.com/*",
    "https://eduworld.met.edu/*",
    "contentSettings",
    "storage",
    "tabs"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.youtube.com/iframe_api https://apis.google.com/js/api https://player.vimeo.com/api/player.js https://www.google-analytics.com https://kit.fontawesome.com/75c026773e.js https://fonts.googleapis.com https://s.ytimg.com/ ; object-src 'self'; font-src 'self' https://fonts.googleapis.com https://use.fontawesome.com https://ka-f.fontawesome.com https://kit.fontawesome.com https://fonts.gstatic.com data:;",
  "background": {
    "persistent": true,
    "scripts": [
      "settings-data.js",
      "client/build/scripts/raven.bundle.js",
      "extension.bundle.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/browser-icon-inactive.png",
      "38": "images/[email protected]"
    }
  },
  "web_accessible_resources": [
    "client/*",
    "content/*",
    "lib/*",
    "help/*",
    "content/web/viewer.html"
  ],
  "externally_connectable": {
    "matches": [
      "https://reclipped.com:8000/*"
    ]
  }
}