Fierifyer

Fierifyes any website.

Cos'è Fierifyer?

Fierifyer è un'estensione di Chrome sviluppata da heinzs, e la sua funzione principale è "Fierifyes any website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fierifyer

Scarica i file di estensione Fierifyer 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

                        A fan-made homage to Guy Fieri.  I loved the animations and catchphrases from his restaurant's site so much that I made it available web-wide.  This is NOT intended to imply Guy Fieri's endorsement, I just love his show.  Enjoy!                    

Informazioni di Base sull'Estensione

Nome Fierifyer Fierifyer
ID ocjidgpmdbahpmcigjffebpacnfmflib
URL Ufficiale https://chromewebstore.google.com/detail/fierifyer/ocjidgpmdbahpmcigjffebpacnfmflib
Descrizione Fierifyes any website.
Dimensione del File 423 KB
Conteggio Installazioni 183
Versione Corrente 1.0
Ultimo Aggiornamento 2014-04-18
Data di Pubblicazione 2014-04-18
Valutazione 4.27/5 Totale 30 Valutazioni
Sviluppatore heinzs
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fierifyer",
    "short_name": "Fierifyer",
    "description": "Fierifyes any website.",
    "version": "1.0",
    "author": "Steve",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "96": "icon96.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "guy.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "options_page": "options.html"
}