Radio Nula
Listen to www.radionula.com and find songs currently playing on YouTube in one click
Qu'est-ce que Radio Nula ?
Radio Nula est une extension Chrome développée par bojan88, et sa fonction principale est "Listen to www.radionula.com and find songs currently playing on YouTube in one click".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Radio Nula
Téléchargez les fichiers d'extension Radio Nula 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
It's an open source project. Fork it on https://github.com/bojan88/Radio-Nula and start contributing.
Informations de Base sur l'Extension
Nom | Radio Nula |
ID | emommchpknoembnjdmggnglepiincnfi |
URL Officiel | https://chromewebstore.google.com/detail/radio-nula/emommchpknoembnjdmggnglepiincnfi |
Description | Listen to www.radionula.com and find songs currently playing on YouTube in one click |
Taille du Fichier | 240 KB |
Nombre d'Installations | 51 |
Version Actuelle | 0.2.3 |
Dernière Mise à Jour | 2018-12-12 |
Date de Publication | 2018-12-12 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | bojan88 |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Radio Nula", "version": "0.2.3", "manifest_version": 2, "description": "Listen to www.radionula.com and find songs currently playing on YouTube in one click", "browser_action": { "default_popup": "index.html", "default_icon": { "19": "images\/nula_ico16.png", "38": "images\/nula_ico38.png" }, "default_title": "Radio Nula" }, "permissions": [ "identity", "*:\/\/www.youtube.com\/*", "webRequest", "webRequestBlocking", "http:\/\/www.radionula.com\/" ], "oauth2": { "client_id": "897029467528-60e73h5g73dee5v4ekr6k1h1qu9js71q.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/youtube" ] }, "background": { "scripts": [ "background\/audio.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.radionula.com\/*" ], "js": [ "background\/injected.js" ] } ], "icons": { "16": "images\/nula_ico16.png", "48": "images\/nula_ico48.png", "128": "images\/nula_ico128.png" }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.youtube.com https:\/\/s.ytimg.com https:\/\/ssl.google-analytics.com; object-src 'self'" } |