freeCodeCamp.org Code Radio

Code Radio. 24/7 music designed for coding

What is freeCodeCamp.org Code Radio?

freeCodeCamp.org Code Radio is a Chrome extension developed by NoveltyLab.io, and its main feature is "Code Radio. 24/7 music designed for coding".

Extension Screenshots

screenshot

Download freeCodeCamp.org Code Radio Extension CRX File

Download freeCodeCamp.org Code 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

                        Credit to freeCodeCamp.org Code Radio
Origin: https://coderadio.freecodecamp.org/

24/7 beats to help you concentrate while you work
💻 Curated by Los Angeles DJ/producer @TreblesandBlues
😇 No commercials to interrupt your flow                    

Extension Basic Information

Name freeCodeCamp.org Code Radio freeCodeCamp.org Code Radio
ID heeimafmfaadaihgdhfkfgdoileaddef
Official URL https://chromewebstore.google.com/detail/freecodecamporg-code-radi/heeimafmfaadaihgdhfkfgdoileaddef
Description Code Radio. 24/7 music designed for coding
File Size 13.68 KB
Installation Count 81
Current Version 1.2.0
Last Updated 2020-11-22
Publish Date 2020-11-22
Rating 4.00/5 Total 1 Ratings
Developer NoveltyLab.io
Email [email protected]
Payment Type free
Extension Website https://coderadio.freecodecamp.org/
Help Page URL https://github.com/maplerichie/fcc_radio_chrome_ext
Privacy Policy Page URL http://noveltylab.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "freeCodeCamp.org Code Radio",
    "description": "Code Radio. 24\/7 music designed for coding",
    "version": "1.2.0",
    "manifest_version": 2,
    "permissions": [
        "notifications",
        "background",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Code Radio",
        "default_icon": "images\/16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}