Main Menu: Live Notification

Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds

Hvad er Main Menu: Live Notification?

Main Menu: Live Notification er en Chrome-udvidelse udviklet af http://mainmenulive.com, og dens hovedfunktion er "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds".

Udvidelsesskærmbilleder

screenshot

Download Main Menu: Live Notification-udvidelses-CRX-fil

Download Main Menu: Live Notification-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        http://www.twitter.com/MainMenuLive                    

Grundlæggende oplysninger om udvidelsen

Navn Main Menu: Live Notification Main Menu: Live Notification
ID mbmilhmphpjoeifndbpfliffbidlbglh
Officiel URL https://chrome.google.com/webstore/detail/mbmilhmphpjoeifndbpfliffbidlbglh
Beskrivelse Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds
Filstørrelse 156 KB
Antal Installationer 55
Nuværende Version 2.40
Senest Opdateret 2020-05-16
Udgivelsesdato 2020-05-16
Bedømmelse 5.00/5 Samlet 9 Bedømmelser
Udvikler http://mainmenulive.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.mainmenulive.com
Understøttede Sprog 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\/*"
    ]
}