freeCodeCamp.org Code Radio

Code Radio. 24/7 music designed for coding

freeCodeCamp.org Code Radio क्या है?

freeCodeCamp.org Code Radio NoveltyLab.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Code Radio. 24/7 music designed for coding"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में freeCodeCamp.org Code Radio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम freeCodeCamp.org Code Radio freeCodeCamp.org Code Radio
ID heeimafmfaadaihgdhfkfgdoileaddef
आधिकारिक URL https://chromewebstore.google.com/detail/freecodecamporg-code-radi/heeimafmfaadaihgdhfkfgdoileaddef
विवरण Code Radio. 24/7 music designed for coding
फ़ाइल का आकार 13.68 KB
स्थापना संख्या 81
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2020-11-22
प्रकाशन तिथि 2020-11-22
रेटिंग 4.00/5 कुल 1 रेटिंग्स
डेवलपर NoveltyLab.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://coderadio.freecodecamp.org/
सहायता पृष्ठ URL https://github.com/maplerichie/fcc_radio_chrome_ext
गोपनीयता नीति पृष्ठ URL http://noveltylab.io/privacy
समर्थित भाषाएँ 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"
    }
}