Fierifyer

Fierifyes any website.

Что такое Fierifyer?

Fierifyer - это расширение Chrome, разработанное heinzs, и его основная функция - "Fierifyes any website.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Fierifyer

Скачайте файлы расширений Fierifyer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Fierifyer Fierifyer
ID ocjidgpmdbahpmcigjffebpacnfmflib
Официальный URL https://chromewebstore.google.com/detail/fierifyer/ocjidgpmdbahpmcigjffebpacnfmflib
Описание Fierifyes any website.
Размер файла 423 KB
Количество установок 183
Текущая Версия 1.0
Последнее Обновление 2014-04-18
Дата публикации 2014-04-18
Рейтинг 4.27/5 Всего 30 оценок
Разработчик heinzs
Тип оплаты free
Поддерживаемые языки 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"
}