Radio Record Online
Listen to Radio Record Online
Wat is Radio Record Online?
Radio Record Online is een Chrome-extensie ontwikkeld door Ubludok Sem, en de belangrijkste functie is "Listen to Radio Record Online".
Extensie Screenshots
Download het CRX-bestand van de extensie Radio Record Online
Download Radio Record Online-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Listen to Radio Record online in the background in the browser. Opportunities: - shows the playback status on the icon; - a complete list of Internet radio stations; - search by track name in VKontakte; - station sorting (instead of favorites); - mini version of the player.
Basisinformatie over de Extensie
Naam | Radio Record Online |
ID | bjpcjjgojmjbbgbkgdhfeboiopcohnko |
Officiële URL | https://chromewebstore.google.com/detail/radio-record-online/bjpcjjgojmjbbgbkgdhfeboiopcohnko |
Beschrijving | Listen to Radio Record Online |
Bestandsgrootte | 165 KB |
Aantal Installaties | 546 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2022-07-28 |
Publicatiedatum | 2022-01-16 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Ubludok Sem |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ext_name__", "short_name": "__MSG_ext_name__", "description": "__MSG_ext_description__", "author": "Ubludok Sem", "version": "1.0.8", "default_locale": "ru", "icons": { "16": "images\/icons\/16.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "128": "images\/icons\/128.png" }, "browser_action": { "default_icon": { "19": "images\/icons\/19.png", "38": "images\/icons\/38.png" }, "default_popup": "layouts\/browser_action.html" }, "background": { "page": "layouts\/background.html" }, "permissions": [ "storage", "*:\/\/radiorecord.ru\/*", "*:\/\/*.radiorecord.ru\/*" ], "minimum_chrome_version": "61" } |