Main Menu: Live Notification
Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds
什么是Main Menu: Live Notification?
Main Menu: Live Notification是由http://mainmenulive.com开发的Chrome扩展程序,该扩展的主要功能是“Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds”。
扩展截图
下载Main Menu: Live Notification扩展crx文件
下载Main Menu: Live Notification扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
http://www.twitter.com/MainMenuLive
扩展基本信息
名称 | |
ID | mbmilhmphpjoeifndbpfliffbidlbglh |
官方URL | https://chrome.google.com/webstore/detail/mbmilhmphpjoeifndbpfliffbidlbglh |
简介 | Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds |
文件大小 | 156 KB |
安装次数 | 55 |
当前版本 | 2.40 |
更新时间 | 2020-05-16 |
上架时间 | 2020-05-16 |
评分 | 5.00/5 共9次评分 |
开发者 | http://mainmenulive.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.mainmenulive.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Main Menu: Live Notification", "short_name": "Main Menu Live", "version": "2.40", "manifest_version": 2, "description": "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds", "background": { "scripts": [ "javascripts\/lib\/jquery.js", "javascripts\/lib\/handlebars.runtime.js", "javascripts\/background.js" ] }, "icons": { "128": "images\/badge128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "images\/badge19.png", "38": "images\/badge38.png" } }, "permissions": [ "*:\/\/*.mainmenulive.com\/*", "*:\/\/fonts.googleapis.com\/*" ] } |