Hey Rilch

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

Co to jest Hey Rilch?

Hey Rilch to rozszerzenie Chrome opracowane przez http://yeastradio.com, a jego główną funkcją jest „Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hey Rilch

Pobierz pliki rozszerzeń Hey Rilch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Hey Rilch Hey Rilch
ID ecjlngcbcebddleebhfhidgieejegiai
Oficjalny URL https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai
Opis Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
Rozmiar pliku 19.96 KB
Liczba instalacji 19
Aktualna Wersja 2.1
Ostatnia Aktualizacja 2013-08-17
Data Publikacji 2013-08-17
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper http://yeastradio.com
Typ Płatności free
Strona Rozszerzenia http://yeastradio.com
Obsługiwane Języki 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
}