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 |
官方網址 | 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" } |