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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}