Radio 2 NL

One Button: toggle listening to "Radio 2 NL"

What is Radio 2 NL?

Radio 2 NL is a Chrome extension developed by paulkamminga, and its main feature is "One Button: toggle listening to "Radio 2 NL"".

Download Radio 2 NL Extension CRX File

Download Radio 2 NL 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

                                            

Extension Basic Information

Name Radio 2 NL Radio 2 NL
ID lgcpbobagbgmbkccbapjeemkbghifooc
Official URL https://chromewebstore.google.com/detail/radio-2-nl/lgcpbobagbgmbkccbapjeemkbghifooc
Description One Button: toggle listening to "Radio 2 NL"
File Size 6.35 KB
Installation Count 220
Current Version 0.1
Last Updated 2016-09-29
Publish Date 2016-09-29
Rating 5.00/5 Total 1 Ratings
Developer paulkamminga
Email [email protected]
Payment Type free
Supported Languages nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Paul Kamminga ",
    "name": "Radio 2 NL",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "media\/icon.png",
        "default_title": "Radio 2 NL: click to play"
    },
    "description": "One Button: toggle listening to \"Radio 2 NL\"",
    "icons": {
        "128": "media\/icon.png",
        "16": "media\/icon.png",
        "48": "media\/icon.png"
    }
}