Hey Rilch

Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!

Что такое Hey Rilch?

Hey Rilch - это расширение Chrome, разработанное http://yeastradio.com, и его основная функция - "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".

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

screenshot

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

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

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

                        Cheryl Merkowski of Yeast Radio and Whorehole.org is very pretty. If you are tired of looking at your boring facebook friends pictures of all the useless chinese crap they bought, then turn on the HEY RILCH! plugin and replace all of their ugly mugs with the lovely CHEROIL! 

and be sure to listen to cheryl and madge on http://yeastradio.com . weuw.

modified from  Katherine Champagne's Hey Girl! plugin with permission. http://heygirl.io/                    

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

Название Hey Rilch Hey Rilch
ID ecjlngcbcebddleebhfhidgieejegiai
Официальный URL https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai
Описание Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
Размер файла 19.96 KB
Количество установок 19
Текущая Версия 2.1
Последнее Обновление 2013-08-17
Дата публикации 2013-08-17
Рейтинг 5.00/5 Всего 6 оценок
Разработчик http://yeastradio.com
Тип оплаты free
Официальный сайт расширения http://yeastradio.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hey Rilch",
    "version": "2.1",
    "homepage_url": "http:\/\/heygirl.io",
    "description": "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "HEY RILCH"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "heyrilch.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}