Better CB

Better CB

Improves the display of chat's room

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Better CB",
  "description": "Improves the display of chat's room",
  "version": "0.0.3.4",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://chaturbate.com/",
    "https://www.twitch.tv/",
    "https://www.testbed.cb.dev/"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/128.png"
  },
  "icons": {
    "48": "icons/48.png",
    "96": "icons/96.png",
    "128": "icons/128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chaturbate.com/*",
        "https://www.twitch.tv/*",
        "https://www.testbed.cb.dev/*"
      ],
      "css": [
        "css/style.css"
      ],
      "js": [
        "jquery.min.js",
        "pretifier.js"
      ]
    }
  ]
}