Hey Bill

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

Apa itu Hey Bill?

Hey Bill adalah ekstensi Chrome yang dikembangkan oleh https://blog.hack.cd, dan fitur utamanya adalah "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hey Bill

Unduh file ekstensi Hey Bill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Hey Bill Hey Bill
ID eiolimfoedapicedgmaiglcojfnccmak
URL Resmi https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak
Deskripsi Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Ukuran File 67.2 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-01-05
Tanggal Publikasi 2016-01-05
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://blog.hack.cd
Tipe Pembayaran free
Bahasa yang Didukung 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
}