MyAzubu

Be notified when your favorite streamers start to play live!

Was ist MyAzubu?

MyAzubu ist eine Chrome-Erweiterung, die von gabrieljmj entwickelt wurde, und ihr Hauptmerkmal ist "Be notified when your favorite streamers start to play live!".

Erweiterungsscreenshots

screenshot
screenshot

MyAzubu-Erweiterungs-CRX-Datei herunterladen

Laden Sie MyAzubu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name MyAzubu MyAzubu
ID jdnabplofeinjdaillbichaocdalnjae
Offizielle URL https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae
Beschreibung Be notified when your favorite streamers start to play live!
Dateigröße 102 KB
Installationsanzahl 36
Aktuelle Version 1.5.0
Letztes Update 2016-02-03
Veröffentlichungsdatum 2016-02-03
Bewertung 4.35/5 Insgesamt 17 Bewertungen
Entwickler gabrieljmj
Zahlungsart free
Unterstützte Sprachen 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"
}