Hey Bill
Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Wat is Hey Bill?
Hey Bill is een Chrome-extensie ontwikkeld door https://blog.hack.cd, en de belangrijkste functie is "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".
Extensie Screenshots
Download het CRX-bestand van de extensie Hey Bill
Download Hey Bill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hey Bill |
ID | eiolimfoedapicedgmaiglcojfnccmak |
Officiële URL | https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak |
Beschrijving | Replaces all images on a given page with pictures of Bill Murray -- HEY BILL! |
Bestandsgrootte | 67.2 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-01-05 |
Publicatiedatum | 2016-01-05 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://blog.hack.cd |
Betalingswijze | free |
Ondersteunde Talen | 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 } |