Hey Rilch

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

Cos'è Hey Rilch?

Hey Rilch è un'estensione di Chrome sviluppata da http://yeastradio.com, e la sua funzione principale è "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hey Rilch

Scarica i file di estensione Hey Rilch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Hey Rilch Hey Rilch
ID ecjlngcbcebddleebhfhidgieejegiai
URL Ufficiale https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai
Descrizione Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
Dimensione del File 19.96 KB
Conteggio Installazioni 19
Versione Corrente 2.1
Ultimo Aggiornamento 2013-08-17
Data di Pubblicazione 2013-08-17
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore http://yeastradio.com
Tipo di Pagamento free
Sito Web dell'Estensione http://yeastradio.com
Lingue Supportate 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
}