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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" } } |