Invisible Bread - Bonus Panel Hover

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

Cos'è Invisible Bread - Bonus Panel Hover?

Invisible Bread - Bonus Panel Hover è un'estensione di Chrome sviluppata da Aaron Morais, e la sua funzione principale è "Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!".

Scarica il file CRX dell'estensione Invisible Bread - Bonus Panel Hover

Scarica i file di estensione Invisible Bread - Bonus Panel Hover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Invisible Bread - Bonus Panel Hover Invisible Bread - Bonus Panel Hover
ID lajfghpllnbbkmdpnncnfpidhkgenjhg
URL Ufficiale https://chrome.google.com/webstore/detail/invisible-bread-bonus-pan/lajfghpllnbbkmdpnncnfpidhkgenjhg
Descrizione Hover over the bonus panel link on an Invisible Bread comic to see the bonus panel!
Dimensione del File 35.51 KB
Conteggio Installazioni 32
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-07-08
Data di Pubblicazione 2013-07-08
Valutazione 2.00/5 Totale 3 Valutazioni
Sviluppatore Aaron Morais
Tipo di Pagamento free
Sito Web dell'Estensione http://git.io/SZFjCw
Lingue Supportate 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"
            ]
        }
    ]
}