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!」です。
拡張機能のスクリーンショット
ArmaTeam拡張機能のCRXファイルをダウンロード
ArmaTeam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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" } |