Skribbl Helper

Skribbl Helper

A tool to help you succeed at Skribbl!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Skribbl Helper",
  "version": "0.0.4",
  "manifest_version": 2,
  "author": "Vinny Meller",
  "description": "A tool to help you succeed at Skribbl!",
  "content_scripts": [
    {
      "matches": [
        "https://skribbl.io/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "32": "skribbl-helper-icon.png"
  }
}