Main Menu: Live Notification
Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds
Vad är Main Menu: Live Notification?
Main Menu: Live Notification är en Chrome-tillägg utvecklad av http://mainmenulive.com, och dess huvudfunktion är "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds".
Tilläggsskärmbilder
Ladda ner Main Menu: Live Notification-förlängningens CRX-fil
Ladda ner Main Menu: Live Notification-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
http://www.twitter.com/MainMenuLive
Grundläggande Information om Tillägg
Namn | |
ID | mbmilhmphpjoeifndbpfliffbidlbglh |
Officiell webbadress | https://chrome.google.com/webstore/detail/mbmilhmphpjoeifndbpfliffbidlbglh |
Beskrivning | Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds |
Filstorlek | 156 KB |
Antal Installationer | 55 |
Aktuell Version | 2.40 |
Senast Uppdaterad | 2020-05-16 |
Publiceringsdatum | 2020-05-16 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | http://mainmenulive.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://www.mainmenulive.com |
Stödda Språk | 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\/*" ] } |