Deezer Next

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

什麼是Deezer Next?

Deezer Next是由Jason Higgins開發的Chrome擴展程式,該擴展的主要功能是“This extension hooks into Deezer to play a random track from one of your favourite artists.”。

擴展截圖

screenshot

下載Deezer Next擴展crx文件

下載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
官方網址 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!"
    }
}