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 |
官方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" } ] } |