DotChat

DotChat

For YouTube This ChromeExtension add Youtube 'Scores'. With this extension, it is possible to conduct voting with viewers, which…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "DotChat",
  "version": "1.0.2",
  "icons": {
    "16": "icon_16x16.png",
    "64": "icon_64x64.png",
    "128": "icon_128x128.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-3.5.1.min.js",
        "content.js"
      ],
      "matches": [
        "https://www.youtube.com/live_chat?*"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "*.png",
    "chat/*.*"
  ]
}