Get RockFM Songs
This extension allows to easily search for the current RockFM song.
什么是Get RockFM Songs?
Get RockFM Songs是由Jordi Vilaplana开发的Chrome扩展程序,该扩展的主要功能是“This extension allows to easily search for the current RockFM song.”。
扩展截图
下载Get RockFM Songs扩展crx文件
下载Get RockFM Songs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This chrome extension allows to easily access the RockFM web player and shows information about the current song. This extension is add-free and Open Source.
扩展基本信息
名称 | Get RockFM Songs |
ID | igadffcljemfmhmbemeiiklfbdjaehic |
官方URL | https://chromewebstore.google.com/detail/get-rockfm-songs/igadffcljemfmhmbemeiiklfbdjaehic |
简介 | This extension allows to easily search for the current RockFM song. |
文件大小 | 40.88 KB |
安装次数 | 18 |
当前版本 | 1.1 |
更新时间 | 2014-02-11 |
上架时间 | 2014-02-11 |
评分 | 4.50/5 共2次评分 |
开发者 | Jordi Vilaplana |
付费类型 | free |
扩展官网 | https://github.com/jvilaplana/rockfm-chrome-extension |
帮助页面URL | https://github.com/jvilaplana/rockfm-chrome-extension/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get RockFM Songs", "description": "This extension allows to easily search for the current RockFM song.", "version": "1.1", "permissions": [ "http:\/\/player.rockfm.fm\/", "http:\/\/www.sonicomp3.com\/" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |