Hey Boy

Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!

Apa itu Hey Boy?

Hey Boy adalah ekstensi Chrome yang dikembangkan oleh aMp, dan fitur utamanya adalah "Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hey Boy

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

                        Replaces all images on a given page with pictures of Jennifer Lawrence. HEY BOY!
Instantly change all images on any given webpage to America's Sweetheart JENNIFER LAWRENCE!

Install the extension, click the heart and watch the magic happen!

This extension is inspired by Katherine Champagne's HEY GIRL extension.                    

Informasi Dasar Ekstensi

Nama Hey Boy Hey Boy
ID jnkckehcibleladajcnejjbiadbkodng
URL Resmi https://chromewebstore.google.com/detail/hey-boy/jnkckehcibleladajcnejjbiadbkodng
Deskripsi Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!
Ukuran File 22.93 KB
Jumlah Instalasi 36
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-09-23
Tanggal Publikasi 2015-09-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang aMp
Tipe Pembayaran free
Situs Ekstensi http://www.alessandropopolizio.com/heyboy/
Bahasa yang Didukung en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "heyboy.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_48.png",
        "default_title": "HEY BOY"
    },
    "description": "Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!",
    "homepage_url": "http:\/\/alessandropopolizio.com\/heyboy\/",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "Hey Boy",
    "permissions": [
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0"
}