ClickHole - REVEAL ALL!

ClickHole - REVEAL ALL!

Adds a button to ClickHole quizzes to reveal all the outcomes

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ClickHole - REVEAL ALL!",
  "short_name": "CH-REVEALALL",
  "description": "Adds a button to ClickHole quizzes to reveal all the outcomes",
  "version": "1.0.0.1",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "http://www.clickhole.com/quiz/*"
      ],
      "css": [
        "css/borrowed-clickhole.css"
      ],
      "js": [
        "scripts/jquery.min.js",
        "scripts/reveal-all-script.js"
      ]
    }
  ],
  "author": "Benjamin Cohen <[email protected]>",
  "icons": {
    "48": "images/clickhole-icon-sm.png",
    "128": "images/clickhole-icon-md.png"
  }
}