MyAzubu

Be notified when your favorite streamers start to play live!

Hvad er MyAzubu?

MyAzubu er en Chrome-udvidelse udviklet af gabrieljmj, og dens hovedfunktion er "Be notified when your favorite streamers start to play live!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download MyAzubu-udvidelses-CRX-fil

Download MyAzubu-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn MyAzubu MyAzubu
ID jdnabplofeinjdaillbichaocdalnjae
Officiel URL https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae
Beskrivelse Be notified when your favorite streamers start to play live!
Filstørrelse 102 KB
Antal Installationer 36
Nuværende Version 1.5.0
Senest Opdateret 2016-02-03
Udgivelsesdato 2016-02-03
Bedømmelse 4.35/5 Samlet 17 Bedømmelser
Udvikler gabrieljmj
Betalingsmetode free
Understøttede Sprog 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"
}