CapCut

CapCut

CapCut Video Editor, easy to use for Chrome.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {},
  "background": {
    "service_worker": "cap.js"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jahy.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "default_locale": "uk",
  "description": "__MSG_description__",
  "host_permissions": [
    "http://*/**",
    "https://*/**"
  ],
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "__MSG_name__",
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "alarms"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1",
  "web_accessible_resources": [
    {
      "resources": [
        "injected_content.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}