Hey Bill

Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!

什么是Hey Bill?

Hey Bill是由https://blog.hack.cd开发的Chrome扩展程序,该扩展的主要功能是“Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!”。

扩展截图

screenshot

下载Hey Bill扩展crx文件

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

扩展使用说明

                        This is a fork and variation of the HEY GIRL! Chrome Extension.  However instead of replacing all the images on the page with Ryan Gosling, all the images on the page are replaced with photos of Bill Murray.

All you have to do is load up a page, click on Bill's face, and watch him dominate those images like Steve Zissou.                    

扩展基本信息

名称 Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
官方URL https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
简介 Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
文件大小 67.2 KB
安装次数 17
当前版本 1.0
更新时间 2016-01-05
上架时间 2016-01-05
评分 5.00/5 共3次评分
开发者 https://blog.hack.cd
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hey Bill",
    "version": "1.0",
    "homepage_url": "http:\/\/blog.hack.cd",
    "description": "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!",
    "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 BILL"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js",
            "heybill.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}