Get RockFM Songs

This extension allows to easily search for the current RockFM song.

Wat is Get RockFM Songs?

Get RockFM Songs is een Chrome-extensie ontwikkeld door Jordi Vilaplana, en de belangrijkste functie is "This extension allows to easily search for the current RockFM song.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Get RockFM Songs

Download Get RockFM Songs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Get RockFM Songs Get RockFM Songs
ID igadffcljemfmhmbemeiiklfbdjaehic
Officiële URL https://chromewebstore.google.com/detail/get-rockfm-songs/igadffcljemfmhmbemeiiklfbdjaehic
Beschrijving This extension allows to easily search for the current RockFM song.
Bestandsgrootte 40.88 KB
Aantal Installaties 18
Huidige Versie 1.1
Laatst Bijgewerkt 2014-02-11
Publicatiedatum 2014-02-11
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Jordi Vilaplana
Betalingswijze free
Extensiewebsite https://github.com/jvilaplana/rockfm-chrome-extension
Help Pagina-URL https://github.com/jvilaplana/rockfm-chrome-extension/issues
Ondersteunde Talen 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"
    }
}