Radio Record Online

Listen to more than 80 radio via our extension!

Wat is Radio Record Online?

Radio Record Online is een Chrome-extensie ontwikkeld door https://recordrussia.ru, en de belangrijkste functie is "Listen to more than 80 radio via our extension!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Radio Record Online

Download Radio Record Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Radio Record Online Radio Record Online
ID pfkmomjanfdkaffoiamhcdgfbogpggok
Officiële URL https://chromewebstore.google.com/detail/radio-record-online/pfkmomjanfdkaffoiamhcdgfbogpggok
Beschrijving Listen to more than 80 radio via our extension!
Bestandsgrootte 465 KB
Aantal Installaties 10,000
Huidige Versie 6.6.3
Laatst Bijgewerkt 2022-07-13
Publicatiedatum 2020-05-20
Beoordeling 4.66/5 Totaal 373 Beoordelingen
Ontwikkelaar https://recordrussia.ru
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vk.com/topic-37373018_29149409
Help Pagina-URL https://vk.com/topic-37373018_29149409
Ondersteunde Talen 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__"
}