Wow Fantastic Baby
Add some fantastic baby to your browsing with all page images replaced with Big Bang.
ما هو Wow Fantastic Baby؟
Wow Fantastic Baby هو إضافة Chrome تم تطويرها بواسطة eedawa، والميزة الرئيسية لها هي "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wow Fantastic Baby
قم بتنزيل ملفات الامتداد Wow Fantastic Baby بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
While browsing, click this extension on and all images on the page will be instantly replaced with G-Dragon, TOP, Seungri, Taeyang, and Daesung -- a far preferable way to spend your time online. Images will continue to be Big Bang-ified until you turn the extension off. Just click the G-dragon icon again and you will be returned to a less fantastic existence. Inspired by the Hey Girl extension.
معلومات أساسية عن التمديد
الاسم | |
ID | ephmkjjcoedehoandefodabemmiolffn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn |
الوصف | Add some fantastic baby to your browsing with all page images replaced with Big Bang. |
حجم الملف | 43.72 KB |
عدد التثبيتات | 67 |
النسخة الحالية | 1.1 |
آخر تحديث | 2014-02-04 |
تاريخ النشر | 2014-02-04 |
تقييم | 3.52/5 مجموع تقييمات 23 |
المطور | eedawa |
نوع الدفع | free |
موقع الإضافة | http://bleakhillycoalcountry.com/fantasticbaby/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wow Fantastic Baby", "description": "Add some fantastic baby to your browsing with all page images replaced with Big Bang.", "version": "1.1", "permissions": [ "activeTab", "storage", "tabs" ], "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jquery-1.8.1.min.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/www.google.com\/search*", "http:\/\/www.google.com\/search*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Wow Fantastic Baby", "default_popup": "popup.html" } } |