GreatDJ
This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.
GreatDJคืออะไร?
GreatDJ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://great.dj และคุณลักษณะหลักของมันคือ "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GreatDJ
ดาวน์โหลดไฟล์ส่วนขยาย GreatDJ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
** UPDATE: v2.0 ** Clearly, the BIGGEST update this extension has ever seen, you can now add titles to your saved playlists and use a very advanced search functionality that lets you search for playlist titles, ids or even artists/songs inside the playlists saved! -- Tired of losing your great.dj playlists URLs? Worry not, this extension is your little miracle: it will conveniently save all the playlists you've ever opened or created and display them as a beautiful list, with the links you thought you had lost. Such technology is not available everywhere! You can remove playlists if you're done with them, and the list will be ordered by date of last access.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GreatDJ |
ID | fobgllhmkmfdjnboijodmohifllnhigc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/greatdj/fobgllhmkmfdjnboijodmohifllnhigc |
คำอธิบาย | This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience. |
ขนาดไฟล์ | 27.46 KB |
จำนวนการติดตั้ง | 140 |
เวอร์ชันปัจจุบัน | 2.7.2 |
อัปเดตครั้งล่าสุด | 2018-06-28 |
วันที่เผยแพร่ | 2018-06-28 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://great.dj |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://great.dj |
URL หน้าช่วยเหลือ | http://great.dj |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GreatDJ", "description": "This extension automatically saves all the playlists you create or access in great.dj, for the greatest convenience.", "version": "2.7.2", "permissions": [ "webNavigation", "storage", "https:\/\/api.great.dj\/*" ], "browser_action": { "default_icon": "greatdj.png", "default_popup": "popup.html" }, "icons": { "16": "greatdj.png", "48": "appicon-48.png", "128": "appicon.png" }, "background": { "scripts": [ "runner.js" ], "persistent": false } } |