Hey Bill

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

Cos'è Hey Bill?

Hey Bill è un'estensione di Chrome sviluppata da https://blog.hack.cd, e la sua funzione principale è "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hey Bill

Scarica i file di estensione Hey Bill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
URL Ufficiale https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
Descrizione Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Dimensione del File 67.2 KB
Conteggio Installazioni 17
Versione Corrente 1.0
Ultimo Aggiornamento 2016-01-05
Data di Pubblicazione 2016-01-05
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://blog.hack.cd
Tipo di Pagamento free
Lingue Supportate 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
}