The Crave - professional web video downloader

The Crave - professional web video downloader

The Crave - video downloader plus. Downloads HD, 2K, 4K videos from the most popular websites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.0.8",
  "icons": {
    "16": "logo/app_icon.png",
    "32": "logo/app_icon.png",
    "48": "logo/app_icon.png",
    "64": "logo/app_icon.png",
    "128": "logo/app_icon.png"
  },
  "permissions": [
    "webRequest",
    "tabs",
    "downloads",
    "storage",
    "identity",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "logo/app_icon.png",
    "default_title": "__MSG_extTitle__",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/assets.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "js/assets.js",
        "js/inject.js"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": false
    }
  ],
  "oauth2": {
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ],
    "client_id": "986966317373-3ocokdcetabsgdsto4q6j7keajqjge80.apps.googleusercontent.com"
  },
  "short_name": "__MSG_extShortName__",
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnEv/50RsQjsn40T3WG7hn3UXp8KgQFedsQcYcbEvZlStuYY1dw/F/+ez1FL/ruio9OHsyzNIssyXYZE8n8EnXAqMHGVuAzXNaUNT1bRS9v9jOoZev+DRYrbJhpnSEJkoT7+PqD3JDopApRMf280D+UQ/u3jy1m2QuCbsU/NKcUdyEyBEEDV+lgnQujhSRo3JbrWMIQ+5nuZjUE0QrIWqFBqpg1/9kwCLFxC/KkxKsjZer3DseDt4UHpbKtkoFKkRYFF0mJwXBQNz5xMwxNjDWnty3CvnFKCxUH2SrC+fA0WcNAw6M5lIed4VgYEPHLcOsP1g19XWp0LixVD2AoB2pQIDAQAB"
}