Hey Boy

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

什么是Hey Boy?

Hey Boy是由aMp开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!”。

扩展截图

screenshot

下载Hey Boy扩展crx文件

下载Hey Boy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Hey Boy Hey Boy
ID jnkckehcibleladajcnejjbiadbkodng
官方URL https://chromewebstore.google.com/detail/hey-boy/jnkckehcibleladajcnejjbiadbkodng
简介 Replaces all images on a given page with pictures of Jennifer Lawrence. The Hey Girl boy's revenge! HEY BOY!
文件大小 22.93 KB
安装次数 36
当前版本 1.0
更新时间 2015-09-23
上架时间 2015-09-23
评分 5.00/5 共1次评分
开发者 aMp
付费类型 free
扩展官网 http://www.alessandropopolizio.com/heyboy/
支持的语言 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"
}