Hey Girl

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

Apa itu Hey Girl?

Hey Girl adalah ekstensi Chrome yang dikembangkan oleh Katherine Champagne, dan fitur utamanya adalah "Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hey Girl

Unduh file ekstensi Hey Girl 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

                        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. 
 ♥ ♥ ♥ \(-ㅂ-)/                    

Informasi Dasar Ekstensi

Nama Hey Girl Hey Girl
ID jcpmmhaffdebnmkjelaohgjmndeongip
URL Resmi https://chromewebstore.google.com/detail/hey-girl/jcpmmhaffdebnmkjelaohgjmndeongip
Deskripsi Replaces all images on a given page with pictures of Ryan Gosling. HEY GIRL!
Ukuran File 19.65 KB
Jumlah Instalasi 4,677
Versi Saat Ini 3.0
Terakhir Diperbarui 2015-12-31
Tanggal Publikasi 2015-12-31
Penilaian 4.35/5 Total 84 Penilaian
Pengembang Katherine Champagne
Tipe Pembayaran free
Situs Ekstensi http://heygirl.io
Bahasa yang Didukung 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
}