Online Radio

Listen to the best Russian and foreign radio stations right in your browser!

Online Radio란 무엇입니까?

Online Radio은(는) https://hitmusic.su에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Listen to the best Russian and foreign radio stations right in your browser!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A browser widget that plays radio from the HITMUSIC catalog.

Main advantages of the widget:
1) You can listen to the radio even if the site is closed;
2) Full integration with the site;
3) Automatically resume the radio when the Internet signal is interrupted;                    

확장 프로그램 기본 정보

이름 Online Radio Online Radio
ID noaiabgcebbhpaafacjeeeaanpdbecec
공식 URL https://chromewebstore.google.com/detail/online-radio/noaiabgcebbhpaafacjeeeaanpdbecec
설명 Listen to the best Russian and foreign radio stations right in your browser!
파일 크기 443 KB
설치 횟수 1,329
현재 버전 3.5.4
최근 업데이트 2024-02-15
출시 날짜 2019-11-04
평점 4.06/5 총 16 개의 평점
개발자 https://hitmusic.su
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hitmusic.su
도움말 페이지 URL https://hitmusic.su/feedback
개인정보 보호 정책 페이지 URL https://cdn.ga-games.com/pages/privacy-of-policy.html
지원되는 언어 de,en,fr,nl,no,vi,tr,ca,da,es,it,hu,pl,ro,fi,sv,cs,el,sr,ru,uk,iw,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "3.5.4",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/hitmusic.su",
    "author": "GlobalArt Inc",
    "permissions": [
        "contextMenus",
        "webNavigation",
        "http:\/\/*.hitmusic.su\/*",
        "https:\/\/*.hitmusic.su\/*"
    ],
    "icons": {
        "16": "images\/ico.png",
        "48": "images\/ico.png",
        "128": "images\/ico.png"
    },
    "browser_action": {
        "default_icon": {
            "72": "images\/icon_player.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/sm2.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "_version": "",
    "sap.app": [],
    "sap.ui": []
}