Main Menu: Live Notification
Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds
Wat is Main Menu: Live Notification?
Main Menu: Live Notification is een Chrome-extensie ontwikkeld door http://mainmenulive.com, en de belangrijkste functie is "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds".
Extensie Screenshots
Download het CRX-bestand van de extensie Main Menu: Live Notification
Download Main Menu: Live Notification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
http://www.twitter.com/MainMenuLive
Basisinformatie over de Extensie
Naam | |
ID | mbmilhmphpjoeifndbpfliffbidlbglh |
Officiële URL | https://chrome.google.com/webstore/detail/mbmilhmphpjoeifndbpfliffbidlbglh |
Beschrijving | Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds |
Bestandsgrootte | 156 KB |
Aantal Installaties | 55 |
Huidige Versie | 2.40 |
Laatst Bijgewerkt | 2020-05-16 |
Publicatiedatum | 2020-05-16 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | http://mainmenulive.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.mainmenulive.com |
Ondersteunde Talen | 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\/*" ] } |