Online Radio

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

Online Radioคืออะไร?

Online Radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hitmusic.su และคุณลักษณะหลักของมันคือ "Listen to the best Russian and foreign radio stations right in your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online Radio

ดาวน์โหลดไฟล์ส่วนขยาย Online Radio ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}