Plug.Dj Helper
Shows past played songs on screen, and helps assist with finding plug.dj Music
Plug.Dj Helperคืออะไร?
Plug.Dj Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Warfront1 (Tvcontrolsyou) และคุณลักษณะหลักของมันคือ "Shows past played songs on screen, and helps assist with finding plug.dj Music"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Plug.Dj Helper
ดาวน์โหลดไฟล์ส่วนขยาย Plug.Dj Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lists all past listened to songs (Band Name, and Song Name), and provides a link to download an External MP3 File.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | fmdpdfbkgkgmeeffakfodolhhkdoglnb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/plugdj-helper/fmdpdfbkgkgmeeffakfodolhhkdoglnb |
คำอธิบาย | Shows past played songs on screen, and helps assist with finding plug.dj Music |
ขนาดไฟล์ | 47.86 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-08-14 |
วันที่เผยแพร่ | 2014-08-14 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Warfront1 (Tvcontrolsyou) |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plug.Dj Helper", "version": "1.0", "description": "Shows past played songs on screen, and helps assist with finding plug.dj Music", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/plug.dj\/*" ], "js": [ "jquery-2.1.1.min.js", "Plugin.js" ] } ], "page_action": { "default_icon": "icon-19.png", "default_title": "Plug.dj Helper Running - Love Warfront1!" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |