Hey Rilch
Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
Qu'est-ce que Hey Rilch ?
Hey Rilch est une extension Chrome développée par http://yeastradio.com, et sa fonction principale est "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Hey Rilch
Téléchargez les fichiers d'extension Hey Rilch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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/
Informations de Base sur l'Extension
Nom | |
ID | ecjlngcbcebddleebhfhidgieejegiai |
URL Officiel | https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai |
Description | Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL! |
Taille du Fichier | 19.96 KB |
Nombre d'Installations | 19 |
Version Actuelle | 2.1 |
Dernière Mise à Jour | 2013-08-17 |
Date de Publication | 2013-08-17 |
Évaluation | 5.00/5 Total 6 Évaluations |
Développeur | http://yeastradio.com |
Type de Paiement | free |
Site Web de l'Extension | http://yeastradio.com |
Langues Prises en Charge | 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 } |