DZRQueueKeeper
Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
DZRQueueKeeperคืออะไร?
DZRQueueKeeper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย _SuckMyLuck และคุณลักษณะหลักของมันคือ "Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DZRQueueKeeper
ดาวน์โหลดไฟล์ส่วนขยาย DZRQueueKeeper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DZRQueueKeeper |
ID | ielmojibkdphejjmkggejcjgclchomlg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dzrqueuekeeper/ielmojibkdphejjmkggejcjgclchomlg |
คำอธิบาย | Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices! |
ขนาดไฟล์ | 30.82 KB |
จำนวนการติดตั้ง | 2,465 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-02-24 |
วันที่เผยแพร่ | 2016-02-24 |
คะแนน | 2.51/5 รวมทั้งหมด 57 คะแนน |
ผู้พัฒนา | _SuckMyLuck |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DZRQueueKeeper", "version": "1.0.1", "description": "Based on your storage, never lose again your queuelist on Deezer and keep it on all of your web devices!", "manifest_version": 2, "permissions": [ "storage" ], "icons": { "16": "\/assets\/images\/icon16.png", "48": "\/assets\/images\/icon48.png", "128": "\/assets\/images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.deezer.com\/*" ], "js": [ "\/assets\/js\/include.js" ], "all_frames": false, "run_at": "document_idle" } ] } |