Mixcloud Tracklist
Display tracklists on Mixcloud
Mixcloud Tracklist là gì?
Mixcloud Tracklist là một tiện ích mở rộng Chrome được phát triển bởi https://adlawson.com, và tính năng chính của nó là "Display tracklists on Mixcloud".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Mixcloud Tracklist
Tải xuống các tệp mở rộng Mixcloud Tracklist dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Mixcloud Tracklist |
ID | lkoingeajallinlnijfpmmddoeoficef |
URL Chính Thức | https://chromewebstore.google.com/detail/mixcloud-tracklist/lkoingeajallinlnijfpmmddoeoficef |
Mô tả | Display tracklists on Mixcloud |
Kích Thước Tệp | 35.61 KB |
Số Lần Cài Đặt | 2,532 |
Phiên Bản Hiện Tại | 4.3.0 |
Cập Nhật Lần Cuối | 2017-08-21 |
Ngày Phát Hành | 2017-08-21 |
Đánh Giá | 4.58/5 Tổng số 65 Đánh Giá |
Nhà Phát Triển | https://adlawson.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/adlawson/mixcloud-tracklist |
URL Trang Trợ Giúp | https://github.com/adlawson/mixcloud-tracklist/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |