myRadio - online radio and FM radio stations

More than 50.000 online radio plus your favorites radio stations in one extension

myRadio - online radio and FM radio stations क्या है?

myRadio - online radio and FM radio stations Mbsh.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "More than 50.000 online radio plus your favorites radio stations in one extension"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में myRadio - online radio and FM radio stations एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Listen to free online radio in any mood and in all kinds of weather with myRadio extension!

Rest after a hard work day with light instrumental music, turn on dynamic rock during workout in the gym or make every single commuting different from another with the most popular world hits!

myRadio means:
- absolutely free access to more than 50.000 online radio stations for any taste
- option to save radio stations as Favourites
- option to mark favourite tracks
- option to wake up with favourite music, using the application as an alarm clock
- option to buy the tracks you fancy completely legally and for a moderate fee
- option to switch off ads while broadcasting

No matter what mood you are in and what life situation you got into - you will always find appropriate music online in myRadio extension!                    

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

नाम myRadio - online radio and FM radio stations myRadio - online radio and FM radio stations
ID ckibpennpkkodmbiaomglppnaigiklop
आधिकारिक URL https://chrome.google.com/webstore/detail/myradio-online-radio-and/ckibpennpkkodmbiaomglppnaigiklop
विवरण More than 50.000 online radio plus your favorites radio stations in one extension
फ़ाइल का आकार 703 KB
स्थापना संख्या 370
वर्तमान संस्करण 1.4.9.5
अंतिम अपडेट 2021-05-05
प्रकाशन तिथि 2021-05-04
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Mbsh.ai
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://myradio.center
गोपनीयता नीति पृष्ठ URL https://myradio.center/docs/privacy_policy
समर्थित भाषाएँ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.4.9.5",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "author": "RadioButton",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "vendors\/bundle.js",
            "bg\/bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/48x48.png",
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/48x48.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "popup\/*css",
        "_locales\/*"
    ]
}