Hey Bill

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

Co to jest Hey Bill?

Hey Bill to rozszerzenie Chrome opracowane przez https://blog.hack.cd, a jego główną funkcją jest „Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Hey Bill

Pobierz pliki rozszerzeń Hey Bill w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
Oficjalny URL https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
Opis Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Rozmiar pliku 67.2 KB
Liczba instalacji 17
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-01-05
Data Publikacji 2016-01-05
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://blog.hack.cd
Typ Płatności free
Obsługiwane Języki 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
}