ArmaTeam

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

ArmaTeam란 무엇입니까?

ArmaTeam은(는) Bertrand Marron에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay informed of the availability of your favorite e-sports team!"입니다.

확장 프로그램 스크린샷

screenshot

ArmaTeam 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 ArmaTeam ArmaTeam
ID khcelbgmdklbglgbedjnnnccjfngpded
공식 URL https://chromewebstore.google.com/detail/armateam/khcelbgmdklbglgbedjnnnccjfngpded
설명 Stay informed of the availability of your favorite e-sports team!
파일 크기 90.68 KB
설치 횟수 83
현재 버전 1.9.0
최근 업데이트 2019-02-11
출시 날짜 2019-02-11
평점 5.00/5 총 11 개의 평점
개발자 Bertrand Marron
결제 유형 free
확장 프로그램 웹 사이트 http://armateam.org
도움말 페이지 URL https://github.com/armateam/extension
지원되는 언어 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"
}