Hey Bill
Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Hvad er Hey Bill?
Hey Bill er en Chrome-udvidelse udviklet af https://blog.hack.cd, og dens hovedfunktion er "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".
Udvidelsesskærmbilleder
Download Hey Bill-udvidelses-CRX-fil
Download Hey Bill-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Hey Bill |
ID | eiolimfoedapicedgmaiglcojfnccmak |
Officiel URL | https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak |
Beskrivelse | Replaces all images on a given page with pictures of Bill Murray -- HEY BILL! |
Filstørrelse | 67.2 KB |
Antal Installationer | 17 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-01-05 |
Udgivelsesdato | 2016-01-05 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | https://blog.hack.cd |
Betalingsmetode | free |
Understøttede Sprog | 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 } |