Hey Girl

Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!

Qu'est-ce que Hey Girl ?

Hey Girl est une extension Chrome développée par Katherine Champagne, et sa fonction principale est "Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Hey Girl

Téléchargez les fichiers d'extension Hey Girl 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

                        Instantly change all images on any given webpage to America's Sweetheart RYAN GOSLING!
Install the extension, click the heart and watch the magic happen! 

\(-ㅂ-)/ ♥ ♥ ♥ 
UPDATED 12/31/15 WITH NEW IMAGES!
Thanks for continuing to use & love Hey Girl. 
 ♥ ♥ ♥ \(-ㅂ-)/                    

Informations de Base sur l'Extension

Nom Hey Girl Hey Girl
ID jcpmmhaffdebnmkjelaohgjmndeongip
URL Officiel https://chromewebstore.google.com/detail/hey-girl/jcpmmhaffdebnmkjelaohgjmndeongip
Description Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!
Taille du Fichier 19.65 KB
Nombre d'Installations 4,677
Version Actuelle 3.0
Dernière Mise à Jour 2015-12-31
Date de Publication 2015-12-31
Évaluation 4.35/5 Total 84 Évaluations
Développeur Katherine Champagne
Type de Paiement free
Site Web de l'Extension http://heygirl.io
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hey Girl",
    "version": "3.0",
    "homepage_url": "http:\/\/heygirl.io",
    "description": "Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!",
    "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 GIRL"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "heygirl.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}