MyAzubu
Be notified when your favorite streamers start to play live!
Cos'è MyAzubu?
MyAzubu è un'estensione di Chrome sviluppata da gabrieljmj, e la sua funzione principale è "Be notified when your favorite streamers start to play live!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyAzubu
Scarica i file di estensione MyAzubu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | jdnabplofeinjdaillbichaocdalnjae |
URL Ufficiale | https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae |
Descrizione | Be notified when your favorite streamers start to play live! |
Dimensione del File | 102 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.5.0 |
Ultimo Aggiornamento | 2016-02-03 |
Data di Pubblicazione | 2016-02-03 |
Valutazione | 4.35/5 Totale 17 Valutazioni |
Sviluppatore | gabrieljmj |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |