Hey Bill
Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!
ما هو Hey Bill؟
Hey Bill هو إضافة Chrome تم تطويرها بواسطة https://blog.hack.cd، والميزة الرئيسية لها هي "Replaces all images on a given page with pictures of Bill Murray -- HEY BILL!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Hey Bill
قم بتنزيل ملفات الامتداد Hey Bill بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |