Mixcloud Tracklist

Display tracklists on Mixcloud

Vad är Mixcloud Tracklist?

Mixcloud Tracklist är en Chrome-tillägg utvecklad av https://adlawson.com, och dess huvudfunktion är "Display tracklists on Mixcloud".

Tilläggsskärmbilder

screenshot

Ladda ner Mixcloud Tracklist-förlängningens CRX-fil

Ladda ner Mixcloud Tracklist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Mixcloud Tracklist Mixcloud Tracklist
ID lkoingeajallinlnijfpmmddoeoficef
Officiell webbadress https://chromewebstore.google.com/detail/mixcloud-tracklist/lkoingeajallinlnijfpmmddoeoficef
Beskrivning Display tracklists on Mixcloud
Filstorlek 35.61 KB
Antal Installationer 2,532
Aktuell Version 4.3.0
Senast Uppdaterad 2017-08-21
Publiceringsdatum 2017-08-21
Betyg 4.58/5 Totalt 65 Betyg
Utvecklare https://adlawson.com
Betalningssätt free
Tilläggswebbplats https://github.com/adlawson/mixcloud-tracklist
Hjälpsida URL https://github.com/adlawson/mixcloud-tracklist/issues
Stödda Språk 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"
            ]
        }
    ]
}