Hey Bill
Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
Hey Bill क्या है?
Hey Bill https://blog.hack.cd द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hey Bill एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Hey Bill |
ID | eiolimfoedapicedgmaiglcojfnccmak |
आधिकारिक URL | https://chromewebstore.google.com/detail/hey-bill/eiolimfoedapicedgmaiglcojfnccmak |
विवरण | Replaces all images on a given page with pictures of Bill Murray -- HEY BILL! |
फ़ाइल का आकार | 67.2 KB |
स्थापना संख्या | 17 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-01-05 |
प्रकाशन तिथि | 2016-01-05 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://blog.hack.cd |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |