Examine source code of Skribbl Plus | Save Drawings

Inspect and view changes in Skribbl Plus | Save Drawings source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Skribbl Plus | Save Drawings",
  "version": "1.0",
  "description": "Download Skribbl drawings with a single click. The days of janky screenshots is over.",
  "manifest_version": 2,
  "icons": {
    "48": "assets/icon-48.png",
    "96": "assets/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://skribbl.io/*"
      ],
      "js": [
        "skribblio.js"
      ],
      "css": [
        "assets/style.css"
      ]
    }
  ]
}