Radio of Magic
All the magic of Disneyland Paris in your ears
Radio of Magicとは何ですか?
Radio of MagicはRadio of Magicによって開発されたChromeの拡張機能で、その主な機能は「All the magic of Disneyland Paris in your ears」です。
拡張機能のスクリーンショット
Radio of Magic拡張機能のCRXファイルをダウンロード
Radio of Magic拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Radio of Magic |
ID | kpenoafnkaceabajikjplljjaoongnnm |
公式URL | https://chromewebstore.google.com/detail/radio-of-magic/kpenoafnkaceabajikjplljjaoongnnm |
説明 | All the magic of Disneyland Paris in your ears |
ファイルサイズ | 104 KB |
インストール数 | 313 |
現在のバージョン | 2.0.0 |
最終更新日 | 2021-04-21 |
公開日 | 2012-11-14 |
評価 | 4.50/5 合計 18 レビュー |
開発者 | Radio of Magic |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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'" } |