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 |
官方網址 | 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" } |