Hey Boy

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

What is Hey Boy?

Hey Boy is a Chrome extension developed by aMp, and its main feature is "Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!".

Extension Screenshots

screenshot

Download Hey Boy Extension CRX File

Download Hey Boy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Hey Boy Hey Boy
ID jnkckehcibleladajcnejjbiadbkodng
Official URL https://chromewebstore.google.com/detail/hey-boy/jnkckehcibleladajcnejjbiadbkodng
Description Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!
File Size 22.93 KB
Installation Count 36
Current Version 1.0
Last Updated 2015-09-23
Publish Date 2015-09-23
Rating 5.00/5 Total 1 Ratings
Developer aMp
Payment Type free
Extension Website http://www.alessandropopolizio.com/heyboy/
Supported Languages 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"
}