RadioString
Online Radio made simple
What is RadioString?
RadioString is a Chrome extension developed by http://www.radiostring.com, and its main feature is "Online Radio made simple".
Extension Screenshots
Download RadioString Extension CRX File
Download RadioString 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
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.
Extension Basic Information
Name | |
ID | mefncapggnlnccpepajobehpaiondkjg |
Official URL | https://chrome.google.com/webstore/detail/radiostring/mefncapggnlnccpepajobehpaiondkjg |
Description | Online Radio made simple |
File Size | 132 KB |
Installation Count | 84 |
Current Version | 1.2.1 |
Last Updated | 2014-09-07 |
Publish Date | 2014-09-07 |
Rating | 4.22/5 Total 9 Ratings |
Developer | http://www.radiostring.com |
Payment Type | free |
Extension Website | http://www.radiostring.com |
Help Page URL | http://www.radiostring.com |
Supported Languages | 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" } } |