Mixcloud Tracklist

Display tracklists on Mixcloud

什么是Mixcloud Tracklist?

Mixcloud Tracklist是由https://adlawson.com开发的Chrome扩展程序,该扩展的主要功能是“Display tracklists on Mixcloud”。

扩展截图

screenshot

下载Mixcloud Tracklist扩展crx文件

下载Mixcloud Tracklist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is an unofficial Mixcloud browser extension. It displays the tracklist the same way it did before they changed their licensing.

It supports the new Mixcloud website, having come out of beta in January 2017. Support for the old (~2013-2016) Mixcloud website has been dropped as of version 4.2.0.

[ISSUE 2017-08-21] Tracklist not rendering https://github.com/adlawson/mixcloud-tracklist/issues/36                    

扩展基本信息

名称 Mixcloud Tracklist Mixcloud Tracklist
ID lkoingeajallinlnijfpmmddoeoficef
官方URL https://chromewebstore.google.com/detail/mixcloud-tracklist/lkoingeajallinlnijfpmmddoeoficef
简介 Display tracklists on Mixcloud
文件大小 35.61 KB
安装次数 2,532
当前版本 4.3.0
更新时间 2017-08-21
上架时间 2017-08-21
评分 4.58/5 共65次评分
开发者 https://adlawson.com
付费类型 free
扩展官网 https://github.com/adlawson/mixcloud-tracklist
帮助页面URL https://github.com/adlawson/mixcloud-tracklist/issues
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mixcloud Tracklist",
    "version": "4.3.0",
    "manifest_version": 2,
    "description": "Display tracklists on Mixcloud",
    "homepage_url": "https:\/\/github.com\/adlawson\/mixcloud-tracklist",
    "icons": {
        "16": "images\/mixcloud-16.png",
        "48": "images\/mixcloud-48.png",
        "128": "images\/mixcloud-128.png"
    },
    "applications": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "45.0"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mixcloud.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "build\/mixcloud-tracklist.js"
            ]
        }
    ]
}