MLWBD Download Booster

MLWBD Download Booster

A software to boost the downloading experience on the MLWBD. ⚛️ Ext. Developed by sakibulislam.dev

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MLWBD Download Booster",
  "description": "A software to boost the downloading experience on the MLWBD. ⚛️ Ext. Developed by sakibulislam.dev",
  "version": "1.0.1",
  "manifest_version": 3,
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/mlwbd-preload.ts-loader-0263dd28.js"
      ],
      "matches": [
        "https://mlwbd.watch/*"
      ],
      "run_at": "document_start",
      "css": [
        "assets/mlwbd-preload-6cf57fe3.css"
      ]
    },
    {
      "js": [
        "assets/index.ts-loader-8d962c36.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "assets/index-5bf01f95.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "icons/16x16.png",
        "icons/32x32.png",
        "icons/48x48.png",
        "icons/128x128.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://mlwbd.watch/*"
      ],
      "resources": [
        "assets/chunk-863ef817.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "resources": [
        "assets/chunk-e27de620.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": []
}