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!」です。
拡張機能のスクリーンショット
Online Radio拡張機能のCRXファイルをダウンロード
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; 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": []
} | |