Get RockFM Songs
This extension allows to easily search for the current RockFM song.
What is Get RockFM Songs?
Get RockFM Songs is a Chrome extension developed by Jordi Vilaplana, and its main feature is "This extension allows to easily search for the current RockFM song.".
Extension Screenshots
Download Get RockFM Songs Extension CRX File
Download Get RockFM Songs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Get RockFM Songs |
ID | igadffcljemfmhmbemeiiklfbdjaehic |
Official URL | https://chromewebstore.google.com/detail/get-rockfm-songs/igadffcljemfmhmbemeiiklfbdjaehic |
Description | This extension allows to easily search for the current RockFM song. |
File Size | 40.88 KB |
Installation Count | 18 |
Current Version | 1.1 |
Last Updated | 2014-02-11 |
Publish Date | 2014-02-11 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Jordi Vilaplana |
Payment Type | free |
Extension Website | https://github.com/jvilaplana/rockfm-chrome-extension |
Help Page URL | https://github.com/jvilaplana/rockfm-chrome-extension/issues |
Supported Languages | 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" } } |