ArmaTeam

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

Wat is ArmaTeam?

ArmaTeam is een Chrome-extensie ontwikkeld door Bertrand Marron, en de belangrijkste functie is "Stay informed of the availability of your favorite e-sports team!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie ArmaTeam

Download ArmaTeam-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam ArmaTeam ArmaTeam
ID khcelbgmdklbglgbedjnnnccjfngpded
Officiële URL https://chromewebstore.google.com/detail/armateam/khcelbgmdklbglgbedjnnnccjfngpded
Beschrijving Stay informed of the availability of your favorite e-sports team!
Bestandsgrootte 90.68 KB
Aantal Installaties 83
Huidige Versie 1.9.0
Laatst Bijgewerkt 2019-02-11
Publicatiedatum 2019-02-11
Beoordeling 5.00/5 Totaal 11 Beoordelingen
Ontwikkelaar Bertrand Marron
Betalingswijze free
Extensiewebsite http://armateam.org
Help Pagina-URL https://github.com/armateam/extension
Ondersteunde Talen 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"
}