Radio of Magic

All the magic of Disneyland Paris in your ears

Qu'est-ce que Radio of Magic ?

Radio of Magic est une extension Chrome développée par Radio of Magic, et sa fonction principale est "All the magic of Disneyland Paris in your ears".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Radio of Magic

Téléchargez les fichiers d'extension Radio of Magic 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

                        Experience Disneyland Paris just as if you were there! Listen to the fantastic music of the park’s attractions (Space Mountain, It’s a Small World…) whenever you want, immerse yourself again in the magical atmosphere of the various Lands (Fantasyland, Discoveryland…), and dance to the rhythm of the wonderful parades!

This Google Chrome extension adds an icon to your browser and provides you with instant access to Radio of Magic’s live broadcast.

Notes
---------------------------------------------

You need to be connected to the Internet in order to listen to the live broadcast.

Change Log
---------------------------------------------
2.0
- First version of the 2nd generation of Radio of Magic

Legal Notice
---------------------------------------------
Extension developed and maintained by Radio of Magic. All rights reserved.
Radio of Magic is a personal, unofficial and totally free radio.
Radio of Magic is in no way sponsored by and/or affiliated with The Walt Disney Company, Euro Disney Associés S.C.A, Disney Enterprises, Inc. or any of their affiliated and related companies.                    

Informations de Base sur l'Extension

Nom Radio of Magic Radio of Magic
ID kpenoafnkaceabajikjplljjaoongnnm
URL Officiel https://chromewebstore.google.com/detail/radio-of-magic/kpenoafnkaceabajikjplljjaoongnnm
Description All the magic of Disneyland Paris in your ears
Taille du Fichier 104 KB
Nombre d'Installations 313
Version Actuelle 2.0.0
Dernière Mise à Jour 2021-04-21
Date de Publication 2012-11-14
Évaluation 4.50/5 Total 18 Évaluations
Développeur Radio of Magic
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "version": "2.0.0",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kpenoafnkaceabajikjplljjaoongnnm",
    "default_locale": "en",
    "icons": {
        "128": "img\/icon_128.png",
        "48": "img\/icon_48.png",
        "16": "img\/icon_16.png"
    },
    "background": {
        "page": "background.htm"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.htm"
    },
    "options_page": "options.htm",
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/widget.radioking.io; object-src 'self'"
}