Hey Bill

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

What is Hey Bill?

Hey Bill is a Chrome extension developed by https://blog.hack.cd, and its main feature is "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".

Extension Screenshots

screenshot

Download Hey Bill Extension CRX File

Download Hey Bill 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

                        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.                    

Extension Basic Information

Name Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
Official URL https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
Description Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
File Size 67.2 KB
Installation Count 17
Current Version 1.0
Last Updated 2016-01-05
Publish Date 2016-01-05
Rating 5.00/5 Total 3 Ratings
Developer https://blog.hack.cd
Payment Type free
Supported Languages 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
}