Mixcloud Tracklist

Display tracklists on Mixcloud

Mixcloud Tracklistคืออะไร?

Mixcloud Tracklist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://adlawson.com และคุณลักษณะหลักของมันคือ "Display tracklists on Mixcloud"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mixcloud Tracklist

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}