Radio Player

Listen to more than 20K free radio stations around the world!

Radio Player क्या है?

Radio Player Keller द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to more than 20K free radio stations around the world!"।

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

screenshot

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

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

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

                        Radio Player, is a simple extension that can play online radio right in your browser.

It has a list of more than 24k radio channels. Simply select the country of your choice and then select a desired channel from the right list. The radio will start to play automatically after loading is completed.

Note 1: Some radio channels may not work properly. In case of any errors happening, please select a different channel and try again. You can pause the current radio or change the volume from the radio player in the UI. All changes are auto-saved to the memory in this add-on.

Note 2: All the radio database is located locally on your machine. However, when you choose a station to play, the add-on fetches the audio data and image related to that station from the internet.

If you found a bug, or have a feature request in mind, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/radio-player.html).                    

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

नाम Radio Player Radio Player
ID dneolpennjpnifjhmoiknmaapcodjjei
आधिकारिक URL https://chromewebstore.google.com/detail/radio-player/dneolpennjpnifjhmoiknmaapcodjjei
विवरण Listen to more than 20K free radio stations around the world!
फ़ाइल का आकार 3.39 MB
स्थापना संख्या 1,520
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2023-10-31
प्रकाशन तिथि 2020-02-24
रेटिंग 2.80/5 कुल 5 रेटिंग्स
डेवलपर Keller
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/radio-player.html
सहायता पृष्ठ URL https://mybrowseraddon.com/radio-player.html
गोपनीयता नीति पृष्ठ URL https://mybrowseraddon.com/privacy-policy/keller.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.4",
    "manifest_version": 3,
    "name": "Radio Player",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/radio-player.html",
    "description": "Listen to more than 20K free radio stations around the world!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Radio Player",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}