Online Radio
Listen to the best Russian and foreign radio stations right in your browser!
Vad är Online Radio?
Online Radio är en Chrome-tillägg utvecklad av https://hitmusic.su, och dess huvudfunktion är "Listen to the best Russian and foreign radio stations right in your browser!".
Tilläggsskärmbilder
Ladda ner Online Radio-förlängningens CRX-fil
Ladda ner Online Radio-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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;
Grundläggande Information om Tillägg
Namn | Online Radio |
ID | noaiabgcebbhpaafacjeeeaanpdbecec |
Officiell webbadress | https://chromewebstore.google.com/detail/online-radio/noaiabgcebbhpaafacjeeeaanpdbecec |
Beskrivning | Listen to the best Russian and foreign radio stations right in your browser! |
Filstorlek | 443 KB |
Antal Installationer | 1,329 |
Aktuell Version | 3.5.4 |
Senast Uppdaterad | 2024-02-15 |
Publiceringsdatum | 2019-11-04 |
Betyg | 4.06/5 Totalt 16 Betyg |
Utvecklare | https://hitmusic.su |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://hitmusic.su |
Hjälpsida URL | https://hitmusic.su/feedback |
URL till Sekretesspolicy Sidan | https://cdn.ga-games.com/pages/privacy-of-policy.html |
Stödda Språk | 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": [] } |