Mixcloud Tracklist

Display tracklists on Mixcloud

Mixcloud Tracklist란 무엇입니까?

Mixcloud Tracklist은(는) https://adlawson.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Display tracklists on Mixcloud"입니다.

확장 프로그램 스크린샷

screenshot

Mixcloud Tracklist 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}