Radio Record Online

Listen to more than 80 radio via our extension!

Radio Record Onlineคืออะไร?

Radio Record Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recordrussia.ru และคุณลักษณะหลักของมันคือ "Listen to more than 80 radio via our extension!"

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

screenshot
screenshot
screenshot

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

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

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

                        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__"
}