RadioString

Online Radio made simple

Wat is RadioString?

RadioString is een Chrome-extensie ontwikkeld door http://www.radiostring.com, en de belangrijkste functie is "Online Radio made simple".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie RadioString

Download RadioString-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

                        Online Radio made simple at one place with ease of use. RadioString adds new streams every now and then. We have over 9 Languages and 200+ stations of unlimited entertainment. We keep adding new stations daily so don't forget to explore.                    

Basisinformatie over de Extensie

Naam RadioString RadioString
ID mefncapggnlnccpepajobehpaiondkjg
Officiële URL https://chrome.google.com/webstore/detail/radiostring/mefncapggnlnccpepajobehpaiondkjg
Beschrijving Online Radio made simple
Bestandsgrootte 132 KB
Aantal Installaties 84
Huidige Versie 1.2.1
Laatst Bijgewerkt 2014-09-07
Publicatiedatum 2014-09-07
Beoordeling 4.22/5 Totaal 9 Beoordelingen
Ontwikkelaar http://www.radiostring.com
Betalingswijze free
Extensiewebsite http://www.radiostring.com
Help Pagina-URL http://www.radiostring.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RadioString",
    "short_name": "RadioString",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "Online Radio made simple",
    "icons": {
        "128": "img\/radio128.png"
    },
    "background": {
        "page": "bg.html"
    },
    "permissions": [
        "notifications",
        "http:\/\/www.radiostring.com\/",
        "http:\/\/radiostring.com\/",
        "http:\/\/*.radiostring.com\/"
    ],
    "browser_action": {
        "default_title": "RadioString",
        "default_icon": "img\/radio128.png",
        "default_popup": "face.html"
    }
}