MyAzubu

Be notified when your favorite streamers start to play live!

MyAzubuとは何ですか?

MyAzubuはgabrieljmjによって開発されたChromeの拡張機能で、その主な機能は「Be notified when your favorite streamers start to play live!」です。

拡張機能のスクリーンショット

screenshot
screenshot

MyAzubu拡張機能のCRXファイルをダウンロード

MyAzubu拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 MyAzubu MyAzubu
ID jdnabplofeinjdaillbichaocdalnjae
公式URL https://chrome.google.com/webstore/detail/myazubu/jdnabplofeinjdaillbichaocdalnjae
説明 Be notified when your favorite streamers start to play live!
ファイルサイズ 102 KB
インストール数 36
現在のバージョン 1.5.0
最終更新日 2016-02-03
公開日 2016-02-03
評価 4.35/5 合計 17 レビュー
開発者 gabrieljmj
支払い方法 free
対応言語 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"
}