Hey Bill

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

O que é Hey Bill?

Hey Bill é uma extensão do Chrome desenvolvida por https://blog.hack.cd, e sua principal característica é "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Hey Bill

Baixe arquivos de extensão Hey Bill no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
URL Oficial https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
Descrição Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Tamanho do Arquivo 67.2 KB
Contagem de Instalações 17
Versão Atual 1.0
Última Atualização 2016-01-05
Data de Publicação 2016-01-05
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor https://blog.hack.cd
Tipo de Pagamento free
Idiomas Suportados 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
}