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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}