Hey Rilch
Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
¿Qué es Hey Rilch?
Hey Rilch es una extensión de Chrome desarrollada por http://yeastradio.com, y su función principal es "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hey Rilch
Descarga archivos de extensión Hey Rilch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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/
Información Básica de la Extensión
Nombre | |
ID | ecjlngcbcebddleebhfhidgieejegiai |
URL Oficial | https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai |
Descripción | Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL! |
Tamaño del Archivo | 19.96 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 2.1 |
Última Actualización | 2013-08-17 |
Fecha de Publicación | 2013-08-17 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | http://yeastradio.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://yeastradio.com |
Idiomas Soportados | 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 } |