Interactive radio

App for listening to radio stations. Rate songs and save your favorites to bookmarks.

Interactive radioคืออะไร?

Interactive radio เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Yevhen Udovychenko และคุณลักษณะหลักของมันคือ "App for listening to radio stations. Rate songs and save your favorites to bookmarks."

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        "Interactive radio" - an application for listening to Ukrainian radio stations.

Install the "Interactive radio" app and enjoy your favorite radio stations right in your browser. Conveniently and quickly browse and listen to selected stations from the available options list.

Key Features:

📻 Wide selection of Ukrainian radio stations: "Radio Lviv Wave", "Radio Bayraktar", "Classic Radio", "Flash Radio", "Radio Gold", "Gulyai Radio", "Hit FM", "Indie.UA", "JAZZ Radio", "KISS FM", "Melodia FM", "Nashe Radio", "News 24/7", "Relax", "Radio ROKS".

🎧 High-quality sound: choose between regular and HD audio stream quality to enjoy your favorite music with clear and crisp sound.

👍 Rate tracks: express your approval or disapproval of songs by liking or disliking them.

🙅 Personalize your experience: hide uninteresting radio stations from the list to focus on the ones you truly enjoy. Create your own customized playlist.

🔖 Bookmarks for favorite songs: save songs you like to bookmarks for easy access and replay as many times as you want.

📡 Multiple channels: each radio station offers several channels, giving you access to more than 30 channels to listen to.

Install "Interactive radio" now and enjoy radio listening directly from your browser!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Interactive radio Interactive radio
ID fkjchimdfpjbmpgbdgfjnamlilljhopo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/interactive-radio/fkjchimdfpjbmpgbdgfjnamlilljhopo
คำอธิบาย App for listening to radio stations. Rate songs and save your favorites to bookmarks.
ขนาดไฟล์ 1022 KB
จำนวนการติดตั้ง 315
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2023-06-05
วันที่เผยแพร่ 2020-12-27
คะแนน 3.33/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Yevhen Udovychenko
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,hr,it,hu,pl,ro,sk,sl,sr,bg,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_extension_name__",
    "version": "2.0.0",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/app-icon-16.png",
            "32": "icons\/app-icon-32.png",
            "48": "icons\/app-icon-48.png",
            "128": "icons\/app-icon-128.png"
        },
        "default_title": "__MSG_app_extension_name__"
    },
    "default_locale": "en",
    "description": "__MSG_app_extension_description__",
    "icons": {
        "16": "icons\/app-icon-16.png",
        "32": "icons\/app-icon-32.png",
        "48": "icons\/app-icon-48.png",
        "128": "icons\/app-icon-128.png"
    },
    "author": "__MSG_app_extension_author__",
    "background": {
        "service_worker": "js\/serviceWorkerScript.js",
        "persistence": true
    },
    "incognito": "not_allowed",
    "minimum_chrome_version": "95",
    "permissions": [
        "offscreen",
        "background",
        "storage"
    ]
}