DiFmShuffle

Allows you to shuffle between stations at di.fm

DiFmShuffleคืออะไร?

DiFmShuffle เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hebron George และคุณลักษณะหลักของมันคือ "Allows you to shuffle between stations at di.fm"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย DiFmShuffle ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DiFmShuffle DiFmShuffle
ID lajekjgijdmpgdmogodpedkobhhmkgdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/difmshuffle/lajekjgijdmpgdmogodpedkobhhmkgdj
คำอธิบาย Allows you to shuffle between stations at di.fm
ขนาดไฟล์ 1.12 MB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2017-04-22
วันที่เผยแพร่ 2017-04-22
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Hebron George
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hebron-george/DiFmShuffle
URL หน้าช่วยเหลือ https://github.com/hebron-george/DiFmShuffle
ภาษาที่รองรับ 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"
        }
    ]
}