DiFmShuffle
Allows you to shuffle between stations at di.fm
什麼是DiFmShuffle?
DiFmShuffle是由Hebron George開發的Chrome擴展程式,該擴展的主要功能是“Allows you to shuffle between stations at di.fm”。
擴展截圖
下載DiFmShuffle擴展crx文件
下載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". 擴展基本資訊
| 名稱 | |
| ID | lajekjgijdmpgdmogodpedkobhhmkgdj |
| 官方網址 | 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"
}
]
} | |