MyCoub - Download from Coub Video and Audio

MyCoub - Download from Coub Video and Audio

The way to download Coub videos and music - immediately or separately

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "ru",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "2.4.2",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage",
    "unlimitedStorage"
  ],
  "web_accessible_resources": [
    "css/fonts/*.*",
    "js/gif/*.*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://coub.com/*",
        "*://vk.com/*",
        "*://mycoub.ru/*",
        "*://unitpay.ru/*"
      ],
      "all_frames": true,
      "css": [
        "css/fonts.css",
        "css/introjs.min.css",
        "css/index.css"
      ],
      "js": [
        "js/jquery.js",
        "js/capture-video-frame.js",
        "js/tooltip.js",
        "js/index.js",
        "js/intro.js",
        "js/crypto-js.min.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/resemble.js",
      "js/crypto-js.min.js",
      "js/background.js",
      "js/gif/index.js",
      "js/gif/worker.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icons/icon_active.png",
    "default_title": "Информация",
    "default_popup": "popup.html"
  },
  "options_page": "options.html",
  "icons": {
    "128": "icons/logo.png"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}