Main Menu: Live Notification
Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds
Cos'è Main Menu: Live Notification?
Main Menu: Live Notification è un'estensione di Chrome sviluppata da http://mainmenulive.com, e la sua funzione principale è "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Main Menu: Live Notification
Scarica i file di estensione Main Menu: Live Notification in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
http://www.twitter.com/MainMenuLive
Informazioni di Base sull'Estensione
Nome | |
ID | mbmilhmphpjoeifndbpfliffbidlbglh |
URL Ufficiale | https://chrome.google.com/webstore/detail/mbmilhmphpjoeifndbpfliffbidlbglh |
Descrizione | Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds |
Dimensione del File | 156 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 2.40 |
Ultimo Aggiornamento | 2020-05-16 |
Data di Pubblicazione | 2020-05-16 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | http://mainmenulive.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.mainmenulive.com |
Lingue Supportate | 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\/*" ] } |