video downloader - CocoCut

video downloader - CocoCut

Best Edge video downloader and music downloader, youtube downloader, download video, music files free, safe in one click.

Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "./background.js"
  },
  "action": {
    "default_popup": "./popup.html"
  },
  "content_scripts": [
    {
      "js": [
        "m3u8dl.js"
      ],
      "matches": [
        "*://*.cococut.net/*hls.html*",
        "*://cococut.net/*hls.html*",
        "*://*.cococut.net/*hls.vhtml*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "myContent.js"
      ],
      "matches": [
        "*://*.cococut.net/*",
        "*://cococut.net/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "pagehelper.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "assets/js/timectr.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.cococut.net/dlm/*dlm.html",
        "*://cococut.net/dlm/*dlm.html",
        "*://pro.cococut.net/dlm/*dlm.vhtml"
      ],
      "js": [
        "dlm/contentman.js"
      ]
    },
    {
      "matches": [
        "*://*.cococut.net/dlm/info/*",
        "*://cococut.net/dlm/info/*"
      ],
      "all_frames": true,
      "js": [
        "dlm/contentinfo.js"
      ]
    },
    {
      "matches": [
        "*://*.cococut.net/dlm/modify/*",
        "*://cococut.net/dlm/modify/*"
      ],
      "all_frames": true,
      "js": [
        "dlm/contentmodify.js"
      ]
    }
  ],
  "description": "__MSG_extDescription__",
  "icons": {
    "16": "assets/icons/16x16.png",
    "32": "assets/icons/32x32.png",
    "48": "assets/icons/48x48.png",
    "64": "assets/icons/64x64.png",
    "128": "assets/icons/128x128.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "122",
  "name": "__MSG_extName__",
  "options_page": "./options.html",
  "permissions": [
    "tabs",
    "webRequest",
    "downloads",
    "storage",
    "alarms",
    "declarativeNetRequest",
    "scripting",
    "webNavigation",
    "offscreen"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "version": "3.27",
  "default_locale": "en",
  "commands": {
    "force-download": {
      "suggested_key": {
        "default": "Alt+Shift+D",
        "windows": "Alt+Shift+D",
        "mac": "Alt+Shift+D"
      },
      "description": "Send a 'force download' command"
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "**/*",
        "*"
      ],
      "use_dynamic_url": true
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}