ArmaTeam

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

Co to jest ArmaTeam?

ArmaTeam to rozszerzenie Chrome opracowane przez Bertrand Marron, a jego główną funkcją jest „Stay informed of the availability of your favorite e-sports team!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ArmaTeam

Pobierz pliki rozszerzeń ArmaTeam w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ArmaTeam ArmaTeam
ID khcelbgmdklbglgbedjnnnccjfngpded
Oficjalny URL https://chromewebstore.google.com/detail/armateam/khcelbgmdklbglgbedjnnnccjfngpded
Opis Stay informed of the availability of your favorite e-sports team!
Rozmiar pliku 90.68 KB
Liczba instalacji 83
Aktualna Wersja 1.9.0
Ostatnia Aktualizacja 2019-02-11
Data Publikacji 2019-02-11
Ocena 5.00/5 Łącznie 11 Oceny
Deweloper Bertrand Marron
Typ Płatności free
Strona Rozszerzenia http://armateam.org
Adres URL Strony Pomocy https://github.com/armateam/extension
Obsługiwane Języki 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"
}