MyAzubu

Be notified when your favorite streamers start to play live!

What is MyAzubu?

MyAzubu is a Chrome extension developed by gabrieljmj, and its main feature is "Be notified when your favorite streamers start to play live!".

Extension Screenshots

screenshot
screenshot

Download MyAzubu Extension CRX File

Download MyAzubu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name MyAzubu MyAzubu
ID jdnabplofeinjdaillbichaocdalnjae
Official URL https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae
Description Be notified when your favorite streamers start to play live!
File Size 102 KB
Installation Count 36
Current Version 1.5.0
Last Updated 2016-02-03
Publish Date 2016-02-03
Rating 4.35/5 Total 17 Ratings
Developer gabrieljmj
Payment Type free
Supported Languages 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"
}