Radio Record Online

Listen to more than 80 radio via our extension!

Radio Record Online क्या है?

Radio Record Online https://recordrussia.ru द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Listen to more than 80 radio via our extension!"।

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

screenshot
screenshot
screenshot

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

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

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

                        Listen to more than 80 radio stations via our extension!
EDM, Synthwave, Drum'n'bass, Trance, Retro, Pop, Rap and other genres in one app!

Features:
- Favorites
- Genres
- Search
- Color themes
- Hot keys
- Different quality                    

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

नाम Radio Record Online Radio Record Online
ID pfkmomjanfdkaffoiamhcdgfbogpggok
आधिकारिक URL https://chromewebstore.google.com/detail/radio-record-online/pfkmomjanfdkaffoiamhcdgfbogpggok
विवरण Listen to more than 80 radio via our extension!
फ़ाइल का आकार 465 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 6.6.3
अंतिम अपडेट 2022-07-13
प्रकाशन तिथि 2020-05-20
रेटिंग 4.66/5 कुल 373 रेटिंग्स
डेवलपर https://recordrussia.ru
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vk.com/topic-37373018_29149409
सहायता पृष्ठ URL https://vk.com/topic-37373018_29149409
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "minimum_chrome_version": "25",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Radio Record Online",
        "default_icon": "logo.png"
    },
    "name": "Radio Record Online",
    "default_locale": "ru",
    "icons": {
        "16": "ico.png",
        "48": "ico.png",
        "128": "ico.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-1.7.2.min.js",
            "js\/google-analytics-bundle.js",
            "js\/icecast-metadata-player-1.1.3.min.js",
            "build\/background.js"
        ]
    },
    "commands": {
        "vol0": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_commandSoundToggle__"
        },
        "next": {
            "suggested_key": {
                "default": "Alt+X",
                "mac": "Alt+X"
            },
            "description": "__MSG_commandNextStation__"
        },
        "previous": {
            "suggested_key": {
                "default": "Alt+Z",
                "mac": "Alt+Z"
            },
            "description": "__MSG_commandPrevStation__"
        },
        "start": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_commandStart__"
        }
    },
    "version": "6.6.3",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/*.radiorecord.ru\/*",
        "https:\/\/www.google-analytics.com\/",
        "https:\/\/*.hostingradio.ru\/*",
        "storage"
    ],
    "description": "__MSG_appDesc__"
}