Radio Record Online

Listen to Radio Record Online

What is Radio Record Online?

Radio Record Online is a Chrome extension developed by Ubludok Sem, and its main feature is "Listen to Radio Record Online".

Extension Screenshots

screenshot

Download Radio Record Online Extension CRX File

Download Radio Record Online extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Listen to Radio Record online in the background in the browser.

Opportunities:
- shows the playback status on the icon;
- a complete list of Internet radio stations;
- search by track name in VKontakte;
- station sorting (instead of favorites);
- mini version of the player.                    

Extension Basic Information

Name Radio Record Online Radio Record Online
ID bjpcjjgojmjbbgbkgdhfeboiopcohnko
Official URL https://chromewebstore.google.com/detail/radio-record-online/bjpcjjgojmjbbgbkgdhfeboiopcohnko
Description Listen to Radio Record Online
File Size 165 KB
Installation Count 546
Current Version 1.0.8
Last Updated 2022-07-28
Publish Date 2022-01-16
Rating 5.00/5 Total 5 Ratings
Developer Ubludok Sem
Email [email protected]
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "author": "Ubludok Sem",
    "version": "1.0.8",
    "default_locale": "ru",
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "64": "images\/icons\/64.png",
        "128": "images\/icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/19.png",
            "38": "images\/icons\/38.png"
        },
        "default_popup": "layouts\/browser_action.html"
    },
    "background": {
        "page": "layouts\/background.html"
    },
    "permissions": [
        "storage",
        "*:\/\/radiorecord.ru\/*",
        "*:\/\/*.radiorecord.ru\/*"
    ],
    "minimum_chrome_version": "61"
}