Hey Rilch
Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
Was ist Hey Rilch?
Hey Rilch ist eine Chrome-Erweiterung, die von http://yeastradio.com entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".
Erweiterungsscreenshots
Hey Rilch-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hey Rilch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/
Grundlegende Informationen zur Erweiterung
Name | |
ID | ecjlngcbcebddleebhfhidgieejegiai |
Offizielle URL | https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai |
Beschreibung | Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL! |
Dateigröße | 19.96 KB |
Installationsanzahl | 19 |
Aktuelle Version | 2.1 |
Letztes Update | 2013-08-17 |
Veröffentlichungsdatum | 2013-08-17 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | http://yeastradio.com |
Zahlungsart | free |
Erweiterungswebsite | http://yeastradio.com |
Unterstützte Sprachen | 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 } |