Invisible Bread - Bonus Panel Hover

Invisible Bread - Bonus Panel Hover

Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Invisible Bread - Bonus Panel Hover",
  "description": "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!",
  "manifest_version": 2,
  "version": "1.0.1",
  "content_scripts": [
    {
      "matches": [
        "*://invisiblebread.com/*"
      ],
      "js": [
        "jquery.js",
        "hover.js"
      ]
    }
  ]
}