Hodor

Hodor

Что такое Hodor?

Hodor - это расширение Chrome, разработанное krahd, и его основная функция - "Hodor".

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

screenshot
screenshot
screenshot

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

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

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

                        Hodorify your web pages! Experience the web as if it were designed by Hodor! Render your internets more cryptic!

This extension replaces every phrase of every web page with the word "Hodor" :)

New in version 0.0.2: you can click on the extension's icon (Hodor's face) to enable or disable the app (you will need to reload the web page after clicking).                    

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

Название Hodor Hodor
ID ollegclclhehigjllkeabkmkfcjlhdef
Официальный URL https://chromewebstore.google.com/detail/hodor/ollegclclhehigjllkeabkmkfcjlhdef
Описание Hodor
Размер файла 407 KB
Количество установок 102
Текущая Версия 0.0.2
Последнее Обновление 2014-02-19
Дата публикации 2014-02-19
Рейтинг 4.33/5 Всего 18 оценок
Разработчик krahd
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hodor",
    "description": "Hodor",
    "version": "0.0.2",
    "browser_action": {
        "default_icon": "hodor-icon16.png",
        "default_title": "Hodor"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "hodor-icon16.png",
        "48": "hodor-icon48.png",
        "128": "hodor-icon128.png"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.11.0.min.js",
                "contentscript.js"
            ]
        }
    ]
}