Skribbl.io Cheats

Skribbl.io Cheats

Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Skribbl.io Cheats",
  "version": "1.0.1",
  "description": "Fetches the Skribbl.io wordlist and displays clickable hints based on the current word's pattern.",
  "manifest_version": 3,
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "https://skribbl.io/*"
      ]
    }
  ]
}