DiFmShuffle

Allows you to shuffle between stations at di.fm

DiFmShuffle là gì?

DiFmShuffle là một tiện ích mở rộng Chrome được phát triển bởi Hebron George, và tính năng chính của nó là "Allows you to shuffle between stations at di.fm".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng DiFmShuffle

Tải xuống các tệp mở rộng DiFmShuffle 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

                        Have you ever wanted to play a random station on Digitally Imported? Well, now you have a convenient button to do it for you!

Version 1.3:
 - Functional again!
 - Now accounting for di.fm's renamed web player and channel structure

Version 1.2:
 - Fixed to work on the new Digitally Imported site
 - Shuffle works along with the persistent player
 - Many thanks to @luqmaan

Version 1.1:
 - Fixed bug where "Shuffle Channel" was over lapped by the log-in/sign-up buttons. Renamed button to "Shuffle".                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DiFmShuffle DiFmShuffle
ID lajekjgijdmpgdmogodpedkobhhmkgdj
URL Chính Thức https://chromewebstore.google.com/detail/difmshuffle/lajekjgijdmpgdmogodpedkobhhmkgdj
Mô tả Allows you to shuffle between stations at di.fm
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2017-04-22
Ngày Phát Hành 2017-04-22
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Hebron George
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/hebron-george/DiFmShuffle
URL Trang Trợ Giúp https://github.com/hebron-george/DiFmShuffle
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DiFmShuffle",
    "description": "Allows you to shuffle between stations at di.fm",
    "version": "1.3",
    "permissions": [
        "http:\/\/di.fm\/*",
        "https:\/\/di.fm\/*",
        "http:\/\/www.di.fm\/*",
        "https:\/\/www.di.fm\/*"
    ],
    "web_accessible_resources": [
        "injectButton.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.di.fm\/*",
                "https:\/\/www.di.fm\/*",
                "http:\/\/di.fm\/*",
                "https:\/\/di.fm\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}