Invisible Bread - Bonus Panel Hover

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

What is Invisible Bread - Bonus Panel Hover?

Invisible Bread - Bonus Panel Hover is a Chrome extension developed by Aaron Morais, and its main feature is "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".

Download Invisible Bread - Bonus Panel Hover Extension CRX File

Download Invisible Bread - Bonus Panel Hover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Check out the source code here - http://git.io/SZFjCw                    

Extension Basic Information

Name Invisible Bread - Bonus Panel Hover Invisible Bread - Bonus Panel Hover
ID lajfghpllnbbkmdpnncnfpidhkgenjhg
Official URL https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg
Description Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
File Size 35.51 KB
Installation Count 32
Current Version 1.0.1
Last Updated 2013-07-08
Publish Date 2013-07-08
Rating 2.00/5 Total 3 Ratings
Developer Aaron Morais
Payment Type free
Extension Website http://git.io/SZFjCw
Supported Languages en
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"
            ]
        }
    ]
}