Mixcloud Tracklist

Display tracklists on Mixcloud

What is Mixcloud Tracklist?

Mixcloud Tracklist is a Chrome extension developed by https://adlawson.com, and its main feature is "Display tracklists on Mixcloud".

Extension Screenshots

screenshot

Download Mixcloud Tracklist Extension CRX File

Download Mixcloud Tracklist extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Mixcloud Tracklist Mixcloud Tracklist
ID lkoingeajallinlnijfpmmddoeoficef
Official URL https://chromewebstore.google.com/detail/mixcloud-tracklist/lkoingeajallinlnijfpmmddoeoficef
Description Display tracklists on Mixcloud
File Size 35.61 KB
Installation Count 2,532
Current Version 4.3.0
Last Updated 2017-08-21
Publish Date 2017-08-21
Rating 4.58/5 Total 65 Ratings
Developer https://adlawson.com
Payment Type free
Extension Website https://github.com/adlawson/mixcloud-tracklist
Help Page URL https://github.com/adlawson/mixcloud-tracklist/issues
Supported Languages 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"
            ]
        }
    ]
}