Main Menu: Live Notification

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

Qu'est-ce que Main Menu: Live Notification ?

Main Menu: Live Notification est une extension Chrome développée par http://mainmenulive.com, et sa fonction principale est "Keeps track of who's online from the Main Menu Team on Twitch - Updates every 60 seconds".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Main Menu: Live Notification

Téléchargez les fichiers d'extension Main Menu: Live Notification au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        http://www.twitter.com/MainMenuLive                    

Informations de Base sur l'Extension

Nom Main Menu: Live Notification Main Menu: Live Notification
ID mbmilhmphpjoeifndbpfliffbidlbglh
URL Officiel 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
Taille du Fichier 156 KB
Nombre d'Installations 55
Version Actuelle 2.40
Dernière Mise à Jour 2020-05-16
Date de Publication 2020-05-16
Évaluation 5.00/5 Total 9 Évaluations
Développeur http://mainmenulive.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.mainmenulive.com
Langues Prises en Charge 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\/*"
    ]
}