Deezer Next

This extension hooks into Deezer to play a random track from one of your favourite artists.

Deezer Nextคืออะไร?

Deezer Next เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jason Higgins และคุณลักษณะหลักของมันคือ "This extension hooks into Deezer to play a random track from one of your favourite artists."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Deezer Next

ดาวน์โหลดไฟล์ส่วนขยาย Deezer Next ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        By setting a Deezer User ID, this extension enables a proper shuffle feature across all favourited artists. Deezer also has a service called Flow, which is similar, but I found that it was very weighted for my tastes, as I would be listening to the same 30 songs over and over. Using this extension will provide a button in the URL bar for the Deezer website that you can click to shuffle. The extension is not limited to your own personal User ID. If you want to shuffle based on someone else's musical tastes, plug in their User ID instead! Be sure to set the User ID in the extension options before shuffling, or else you will be listening to the default user, which is myself. :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Deezer Next Deezer Next
ID aebjoamelfhnpnihhbideihgpbhlmbag
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/deezer-next/aebjoamelfhnpnihhbideihgpbhlmbag
คำอธิบาย This extension hooks into Deezer to play a random track from one of your favourite artists.
ขนาดไฟล์ 108 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2015-02-17
วันที่เผยแพร่ 2015-02-17
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Jason Higgins
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deezer Next",
    "description": "This extension hooks into Deezer to play a random track from one of your favourite artists.",
    "version": "1.1",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "DeezerNext16.png",
        "48": "DeezerNext48.png",
        "128": "DeezerNext128.png"
    },
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "page_action": {
        "default_icon": "DeezerNext19.png",
        "default_title": "Next!"
    }
}