ArmaTeam

Stay informed of the availability of your favorite e-sports team!

Qu'est-ce que ArmaTeam ?

ArmaTeam est une extension Chrome développée par Bertrand Marron, et sa fonction principale est "Stay informed of the availability of your favorite e-sports team!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ArmaTeam

Téléchargez les fichiers d'extension ArmaTeam 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

                        This extension allows you to be alerted of the availability of ArmaTeam’s Hearthstone channel on Twitch.tv.

You will be notified when the stream goes online or when the status of the stream changes.

Using the ArmaTeam icon, you can preview the stream, and access it by clicking on the thumbnail.                    

Informations de Base sur l'Extension

Nom ArmaTeam ArmaTeam
ID khcelbgmdklbglgbedjnnnccjfngpded
URL Officiel https://chromewebstore.google.com/detail/armateam/khcelbgmdklbglgbedjnnnccjfngpded
Description Stay informed of the availability of your favorite e-sports team!
Taille du Fichier 90.68 KB
Nombre d'Installations 83
Version Actuelle 1.9.0
Dernière Mise à Jour 2019-02-11
Date de Publication 2019-02-11
Évaluation 5.00/5 Total 11 Évaluations
Développeur Bertrand Marron
Type de Paiement free
Site Web de l'Extension http://armateam.org
URL de la Page d'Aide https://github.com/armateam/extension
Langues Prises en Charge en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/github.com\/armateam\/extension",
    "default_locale": "fr",
    "icons": {
        "64": "images\/arma-64.png",
        "96": "images\/arma-96.png",
        "128": "images\/arma-128.png"
    },
    "browser_action": {
        "browser_style": true,
        "default_icon": {
            "48": "images\/arma-48-gs.png",
            "96": "images\/arma-96-gs.png"
        },
        "default_title": "ArmaTeam",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "notifications",
        "https:\/\/api.twitch.tv\/kraken"
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "version": "1.9.0"
}