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!”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } |