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!”。
擴展截圖
下載Radio Record Online擴展crx文件
下載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 擴展基本資訊
| 名稱 | |
| ID | pfkmomjanfdkaffoiamhcdgfbogpggok |
| 官方網址 | 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__"
} | |