DiFmShuffle
Allows you to shuffle between stations at di.fm
Apa itu DiFmShuffle?
DiFmShuffle adalah ekstensi Chrome yang dikembangkan oleh Hebron George, dan fitur utamanya adalah "Allows you to shuffle between stations at di.fm".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DiFmShuffle
Unduh file ekstensi DiFmShuffle dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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".
Informasi Dasar Ekstensi
Nama | |
ID | lajekjgijdmpgdmogodpedkobhhmkgdj |
URL Resmi | https://chromewebstore.google.com/detail/difmshuffle/lajekjgijdmpgdmogodpedkobhhmkgdj |
Deskripsi | Allows you to shuffle between stations at di.fm |
Ukuran File | 1.12 MB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2017-04-22 |
Tanggal Publikasi | 2017-04-22 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Hebron George |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/hebron-george/DiFmShuffle |
URL Halaman Bantuan | https://github.com/hebron-george/DiFmShuffle |
Bahasa yang Didukung | 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" } ] } |