Main Menu: Live Notification
Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds
What is Main Menu: Live Notification?
Main Menu: Live Notification is a Chrome extension developed by http://mainmenulive.com, and its main feature is "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds".
Extension Screenshots
Download Main Menu: Live Notification Extension CRX File
Download Main Menu: Live Notification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
http://www.twitter.com/MainMenuLive
Extension Basic Information
Name | |
ID | mbmilhmphpjoeifndbpfliffbidlbglh |
Official URL | https://chrome.google.com/webstore/detail/mbmilhmphpjoeifndbpfliffbidlbglh |
Description | Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds |
File Size | 156 KB |
Installation Count | 55 |
Current Version | 2.40 |
Last Updated | 2020-05-16 |
Publish Date | 2020-05-16 |
Rating | 5.00/5 Total 9 Ratings |
Developer | http://mainmenulive.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.mainmenulive.com |
Supported Languages | 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\/*" ] } |