Hey Bill

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

Co je Hey Bill?

Hey Bill je rozšíření Chrome vyvinuté https://blog.hack.cd, a jeho hlavní funkcí je „Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Hey Bill

Stáhněte si soubory rozšíření Hey Bill ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
Oficiální URL https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
Popis Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Velikost souboru 67.2 KB
Počet instalací 17
Aktuální Verze 1.0
Poslední Aktualizace 2016-01-05
Datum Vydání 2016-01-05
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář https://blog.hack.cd
Typ Platby free
Podporované Jazyky 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
}