Meepcity Notifier
The Official MeepCity Asset Notifier by Lag, Call23re and Badcc
Meepcity Notifierคืออะไร?
Meepcity Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย L2000 และคุณลักษณะหลักของมันคือ "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Meepcity Notifier
ดาวน์โหลดไฟล์ส่วนขยาย Meepcity Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is the official MeepCity asset notifier, it checks for the newest items created on MeepCity. Extension created by Lag, Call23re, and Badcc. Uploading permission given to l2k. V1.0.4: Added notification sound which will alert when a new item is added
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ofpgijjhegikanpcioonbllfnilmooaa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/meepcity-notifier/ofpgijjhegikanpcioonbllfnilmooaa |
คำอธิบาย | The Official MeepCity Asset Notifier by Lag, Call23re and Badcc |
ขนาดไฟล์ | 117 KB |
จำนวนการติดตั้ง | 56 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2014-10-21 |
วันที่เผยแพร่ | 2014-10-21 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | L2000 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Meepcity Notifier", "description": "The Official MeepCity Asset Notifier by Lag, Call23re and Badcc", "version": "1.0.5", "permissions": [ "cookies", "notifications", "http:\/\/api.meepcity.com\/getShopAssets.php", "http:\/\/www.meepcity.com\/item.php?id=*", "https:\/\/c.meepcity.com\/avatars\/*" ], "background": { "scripts": [ "jquery.js", "background.js" ] }, "web_accessible_resources": [ "https:\/\/c.meepcity.com\/avatars\/*", "alert.mp3" ] } |