Hey Rilch
Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
O que é Hey Rilch?
Hey Rilch é uma extensão do Chrome desenvolvida por http://yeastradio.com, e sua principal característica é "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Hey Rilch
Baixe arquivos de extensão Hey Rilch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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/
Informações Básicas da Extensão
Nome | |
ID | ecjlngcbcebddleebhfhidgieejegiai |
URL Oficial | https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai |
Descrição | Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL! |
Tamanho do Arquivo | 19.96 KB |
Contagem de Instalações | 19 |
Versão Atual | 2.1 |
Última Atualização | 2013-08-17 |
Data de Publicação | 2013-08-17 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | http://yeastradio.com |
Tipo de Pagamento | free |
Site da Extensão | http://yeastradio.com |
Idiomas Suportados | 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 } |