BBC Radio

BBC Radio Live, listen every BBC radio online

What is BBC Radio?

BBC Radio is a Chrome extension developed by Readsmart, and its main feature is "BBC Radio Live, listen every BBC radio online".

Extension Screenshots

screenshot
screenshot
screenshot

Download BBC Radio Extension CRX File

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

                        BBC Radio allows you to listen every BBC Radio

Features:
- LISTEN BBC RADIO ONLINE - New feature!
- Display actual photo & program name
- Display title and artist of the song currently playing.

*unofficial extension                    

Extension Basic Information

Name BBC Radio BBC Radio
ID ggefmicanpookolcedfcipogobbnecip
Official URL https://chrome.google.com/webstore/detail/bbc-radio/ggefmicanpookolcedfcipogobbnecip
Description BBC Radio Live, listen every BBC radio online
File Size 150 KB
Installation Count 2,500
Current Version 3
Last Updated 2015-03-24
Publish Date 2015-03-24
Rating 2.77/5 Total 35 Ratings
Developer Readsmart
Payment Type free
Privacy Policy Page URL https://readsmart.co/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BBC Radio",
    "description": "BBC Radio Live, listen every BBC radio online",
    "version": "3",
    "author": "Joel Lovera",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "popup\/img\/icon_pause.png",
            "38": "popup\/img\/icon_big.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "http:\/\/polling.bbc.co.uk\/*"
    ],
    "background": {
        "page": "background\/background.html"
    }
}