Fierifyer

Fierifyes any website.

What is Fierifyer?

Fierifyer is a Chrome extension developed by heinzs, and its main feature is "Fierifyes any website.".

Extension Screenshots

screenshot

Download Fierifyer Extension CRX File

Download Fierifyer 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

                        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!                    

Extension Basic Information

Name Fierifyer Fierifyer
ID ocjidgpmdbahpmcigjffebpacnfmflib
Official URL https://chromewebstore.google.com/detail/fierifyer/ocjidgpmdbahpmcigjffebpacnfmflib
Description Fierifyes any website.
File Size 423 KB
Installation Count 183
Current Version 1.0
Last Updated 2014-04-18
Publish Date 2014-04-18
Rating 4.27/5 Total 30 Ratings
Developer heinzs
Payment Type free
Supported Languages 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"
}