MyAzubu
Be notified when your favorite streamers start to play live!
Wat is MyAzubu?
MyAzubu is een Chrome-extensie ontwikkeld door gabrieljmj, en de belangrijkste functie is "Be notified when your favorite streamers start to play live!".
Extensie Screenshots
Download het CRX-bestand van de extensie MyAzubu
Download MyAzubu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | jdnabplofeinjdaillbichaocdalnjae |
Officiële URL | https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae |
Beschrijving | Be notified when your favorite streamers start to play live! |
Bestandsgrootte | 102 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.5.0 |
Laatst Bijgewerkt | 2016-02-03 |
Publicatiedatum | 2016-02-03 |
Beoordeling | 4.35/5 Totaal 17 Beoordelingen |
Ontwikkelaar | gabrieljmj |
Betalingswijze | free |
Ondersteunde Talen | 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" } |