Radio Player

Support for the Radio Player

What is Radio Player?

Radio Player is a Chrome extension developed by https://sites.google.com/site/marmel1958, and its main feature is "Support for the Radio Player".

Extension Screenshots

screenshot

Download Radio Player Extension CRX File

Download Radio Player 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

                        Die Erweiterung zeigt an ob auf einer Webseite Playlisten der Formate PLS oder M3U vorhanden sind.                    

Extension Basic Information

Name Radio Player Radio Player
ID nhjdkfecmdnbikkekhphmjnffliogfkc
Official URL https://chromewebstore.google.com/detail/radio-player/nhjdkfecmdnbikkekhphmjnffliogfkc
Description Support for the Radio Player
File Size 42.24 KB
Installation Count 75
Current Version 2
Last Updated 2014-01-31
Publish Date 2014-01-31
Rating 3.00/5 Total 2 Ratings
Developer https://sites.google.com/site/marmel1958
Payment Type free
Extension Website https://sites.google.com/site/marmel1958/
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "manifest_version": 2,
    "version": "2",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    }
}