Radio Record Online

Listen to Radio Record Online

Qu'est-ce que Radio Record Online ?

Radio Record Online est une extension Chrome développée par Ubludok Sem, et sa fonction principale est "Listen to Radio Record Online".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Radio Record Online

Téléchargez les fichiers d'extension Radio Record Online au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Radio Record Online Radio Record Online
ID bjpcjjgojmjbbgbkgdhfeboiopcohnko
URL Officiel https://chromewebstore.google.com/detail/radio-record-online/bjpcjjgojmjbbgbkgdhfeboiopcohnko
Description Listen to Radio Record Online
Taille du Fichier 165 KB
Nombre d'Installations 546
Version Actuelle 1.0.8
Dernière Mise à Jour 2022-07-28
Date de Publication 2022-01-16
Évaluation 5.00/5 Total 5 Évaluations
Développeur Ubludok Sem
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}