Online Radio
All your favorite radio stations in one extension.
Qu'est-ce que Online Radio ?
Online Radio est une extension Chrome développée par http://isansar.com, et sa fonction principale est "All your favorite radio stations in one extension.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Online Radio
Téléchargez les fichiers d'extension Online Radio 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
Nepali Online Radio Google Extension. Which will allow you to Listen it Directly to Your Google Chrome Browser. Comment And Feedbacks Are Highly Appreciated Thank you ! Rup Gautam
Informations de Base sur l'Extension
Nom | |
ID | dkchgidhiakomnncnkkhocofcaidicce |
URL Officiel | https://chrome.google.com/webstore/detail/online-radio/dkchgidhiakomnncnkkhocofcaidicce |
Description | All your favorite radio stations in one extension. |
Taille du Fichier | 591 KB |
Nombre d'Installations | 450 |
Version Actuelle | 1.4.16 |
Dernière Mise à Jour | 2013-12-09 |
Date de Publication | 2013-12-09 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | http://isansar.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "en", "version": "1.4.16", "name": "__MSG_name__", "description": "__MSG_description__", "permissions": [ "notifications", "webRequest", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "icons\/38.png" ], "content_scripts": [ { "matches": [ "http:\/\/anonym-tsk.github.io\/chrome-online-radio\/*" ], "js": [ "js\/proxy.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/hotkey.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "js\/HtmlPlayer.js", "js\/FlashPlayer.js", "js\/AudioPlayer.js", "js\/DataStorage.js", "js\/background.js" ] }, "browser_action": { "default_icon": { "38": "icons\/38.png", "19": "icons\/19.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "icons": { "128": "icons\/icon.png", "48": "icons\/48.png", "38": "icons\/48.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "options_page": "options.html" } |