Radio Record Online

Listen to more than 80 radio via our extension!

Radio Record Online란 무엇입니까?

Radio Record Online은(는) https://recordrussia.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen to more than 80 radio via our extension!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Radio Record Online 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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__"
}