MyAzubu
Be notified when your favorite streamers start to play live!
Qu'est-ce que MyAzubu ?
MyAzubu est une extension Chrome développée par gabrieljmj, et sa fonction principale est "Be notified when your favorite streamers start to play live!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MyAzubu
Téléchargez les fichiers d'extension MyAzubu 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
Just add the channels and when the streamer start a livestream on Azubu.TV, you receive a notification. GitHub repository to contribute: https://github.com/GabrielJMJ/MyAzubu
Informations de Base sur l'Extension
Nom | |
ID | jdnabplofeinjdaillbichaocdalnjae |
URL Officiel | https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae |
Description | Be notified when your favorite streamers start to play live! |
Taille du Fichier | 102 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.5.0 |
Dernière Mise à Jour | 2016-02-03 |
Date de Publication | 2016-02-03 |
Évaluation | 4.35/5 Total 17 Évaluations |
Développeur | gabrieljmj |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "author": "@GabrielJMJ", "browser_action": { "default_popup": "index.html", "default_icon": "public\/images\/icons\/16.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "manifest_version": 2, "description": "Be notified when your favorite streamers start to play live!", "name": "MyAzubu", "permissions": [ "notifications", "background", "storage", "http:\/\/api.azubu.tv\/*" ], "icons": { "128": "public\/images\/icons\/128.png", "16": "public\/images\/icons\/16.png", "48": "public\/images\/icons\/48.png" }, "background": { "scripts": [ "public\/js\/channels.js", "public\/js\/functions.js", "public\/js\/jquery.min.js", "public\/js\/background.js" ] }, "version": "1.5.0", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "30.0.0" } |