Hey Rilch
Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
Apa itu Hey Rilch?
Hey Rilch adalah ekstensi Chrome yang dikembangkan oleh http://yeastradio.com, dan fitur utamanya adalah "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hey Rilch
Unduh file ekstensi Hey Rilch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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/
Informasi Dasar Ekstensi
Nama | |
ID | ecjlngcbcebddleebhfhidgieejegiai |
URL Resmi | https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai |
Deskripsi | Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL! |
Ukuran File | 19.96 KB |
Jumlah Instalasi | 19 |
Versi Saat Ini | 2.1 |
Terakhir Diperbarui | 2013-08-17 |
Tanggal Publikasi | 2013-08-17 |
Penilaian | 5.00/5 Total 6 Penilaian |
Pengembang | http://yeastradio.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://yeastradio.com |
Bahasa yang Didukung | 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 } |