iconttv

iconttv

iconttv Official Extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "iconttv",
  "version": "2.1.0",
  "version_name": "2.1.0",
  "description": "iconttv Official Extension",
  "icons": {
    "16": "icons/16.icon.png",
    "32": "icons/32.icon.png",
    "48": "icons/48.icon.png",
    "128": "icons/128.icon.png"
  },
  "action": {
    "default_title": "Iconttv",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.twitch.tv/*",
        "*://*.chzzk.naver.com/*"
      ],
      "run_at": "document_end",
      "js": [
        "iconttv.js"
      ],
      "css": [
        "iconttv.css"
      ],
      "world": "MAIN"
    }
  ],
  "background": {
    "service_worker": "background.js"
  }
}