Hey Rilch

Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!

Τι είναι το Hey Rilch;

Το Hey Rilch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://yeastradio.com, και η κύρια λειτουργία του είναι "Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Hey Rilch

Λήψη αρχείων επέκτασης Hey Rilch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Hey Rilch Hey Rilch
ID ecjlngcbcebddleebhfhidgieejegiai
Επίσημο URL https://chrome.google.com/webstore/detail/hey-rilch/ecjlngcbcebddleebhfhidgieejegiai
Περιγραφή Replaces all images on a given page with pictures of Cheryl Merkowski. HEY CHERYLLL!
Μέγεθος Αρχείου 19.96 KB
Αριθμός Εγκαταστάσεων 19
Τρέχουσα Έκδοση 2.1
Τελευταία Ενημέρωση 2013-08-17
Ημερομηνία Δημοσίευσης 2013-08-17
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής http://yeastradio.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://yeastradio.com
Υποστηριζόμενες Γλώσσες 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
}