Hey Rilch
Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
Hvad er Hey Rilch?
Hey Rilch er en Chrome-udvidelse udviklet af http://yeastradio.com, og dens hovedfunktion er "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".
Udvidelsesskærmbilleder
Download Hey Rilch-udvidelses-CRX-fil
Download Hey Rilch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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/
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ecjlngcbcebddleebhfhidgieejegiai |
Officiel URL | https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai |
Beskrivelse | Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL! |
Filstørrelse | 19.96 KB |
Antal Installationer | 19 |
Nuværende Version | 2.1 |
Senest Opdateret | 2013-08-17 |
Udgivelsesdato | 2013-08-17 |
Bedømmelse | 5.00/5 Samlet 6 Bedømmelser |
Udvikler | http://yeastradio.com |
Betalingsmetode | free |
Udvidelseswebsted | http://yeastradio.com |
Understøttede Sprog | 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 } |