YouTubeSuperChatFilter

YouTubeSuperChatFilter

Superchat_membership_Sticker filter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "YouTubeSuperChatFilter",
  "version": "0.0.1",
  "description": "Superchat_membership_Sticker filter",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "128": "images/icon128.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "all_frames": true,
      "matches": [
        "https://*.youtube.com/live_chat*",
        "https://gaming.youtube.com/watch*",
        "https://gaming.youtube.com/channel/*/live"
      ],
      "js": [
        "watch.js"
      ]
    }
  ],
  "content_security_policy": "script-src 'self' https://code.getmdl.io/; object-src 'self'",
  "manifest_version": 2
}