Wee Woo
You need more wee woo in your life.
Wee Wooคืออะไร?
Wee Woo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leahxraexcar และคุณลักษณะหลักของมันคือ "You need more wee woo in your life."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wee Woo
ดาวน์โหลดไฟล์ส่วนขยาย Wee Woo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the word 'ambulance' to better represent what they are. They are wee woos.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bjembamamfkomnnegenkdiikpgphelac |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wee-woo/bjembamamfkomnnegenkdiikpgphelac |
คำอธิบาย | You need more wee woo in your life. |
ขนาดไฟล์ | 3.51 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2016-03-13 |
วันที่เผยแพร่ | 2016-03-13 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | leahxraexcar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wee Woo", "description": "You need more wee woo in your life.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |