RadioString
Online Radio made simple
Qu'est-ce que RadioString ?
RadioString est une extension Chrome développée par http://www.radiostring.com, et sa fonction principale est "Online Radio made simple".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RadioString
Téléchargez les fichiers d'extension RadioString au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | mefncapggnlnccpepajobehpaiondkjg |
URL Officiel | https://chrome.google.com/webstore/detail/radiostring/mefncapggnlnccpepajobehpaiondkjg |
Description | Online Radio made simple |
Taille du Fichier | 132 KB |
Nombre d'Installations | 84 |
Version Actuelle | 1.2.1 |
Dernière Mise à Jour | 2014-09-07 |
Date de Publication | 2014-09-07 |
Évaluation | 4.22/5 Total 9 Évaluations |
Développeur | http://www.radiostring.com |
Type de Paiement | free |
Site Web de l'Extension | http://www.radiostring.com |
URL de la Page d'Aide | http://www.radiostring.com |
Langues Prises en Charge | 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" } } |