Dafilms + CSFD = ❤️

Dafilms + CSFD = ❤️

DAFILMS (Doc Alliance) extension adds a button within each movie detail to show information about ČSFD rating...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "short_name": "dafilms-ext",
  "author": "bartholomej",
  "icons": {
    "16": "src/assets/logo-16.png",
    "32": "src/assets/logo-32.png",
    "128": "src/assets/logo-128.png"
  },
  "version": "2.0.0.0",
  "version_name": "2.0.0",
  "host_permissions": [
    "https://www.csfd.cz/"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content.tsx-loader-858dbbac.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://*.dafilms.cz/*",
        "https://*.dafilms.com/*"
      ],
      "css": [
        "assets/content-d401f111.css"
      ]
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "matches": [
        "https://*.dafilms.com/*",
        "https://*.dafilms.cz/*"
      ],
      "resources": [
        "assets/content.tsx-42c3ea7e.js"
      ],
      "use_dynamic_url": true
    }
  ]
}