Hey Bill
Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Was ist Hey Bill?
Hey Bill ist eine Chrome-Erweiterung, die von https://blog.hack.cd entwickelt wurde, und ihr Hauptmerkmal ist "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".
Erweiterungsscreenshots
Hey Bill-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hey Bill-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Hey Bill |
ID | eiolimfoedapicedgmaiglcojfnccmak |
Offizielle URL | https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak |
Beschreibung | Replaces all images on a given page with pictures of Bill Murray -- HEY BILL! |
Dateigröße | 67.2 KB |
Installationsanzahl | 17 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-01-05 |
Veröffentlichungsdatum | 2016-01-05 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | https://blog.hack.cd |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |