ArmaTeam

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

ArmaTeam là gì?

ArmaTeam là một tiện ích mở rộng Chrome được phát triển bởi Bertrand Marron, và tính năng chính của nó là "Stay informed of the availability of your favorite e-sports team!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ArmaTeam

Tải xuống các tệp mở rộng ArmaTeam dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ArmaTeam ArmaTeam
ID khcelbgmdklbglgbedjnnnccjfngpded
URL Chính Thức https://chromewebstore.google.com/detail/armateam/khcelbgmdklbglgbedjnnnccjfngpded
Mô tả Stay informed of the availability of your favorite e-sports team!
Kích Thước Tệp 90.68 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.9.0
Cập Nhật Lần Cuối 2019-02-11
Ngày Phát Hành 2019-02-11
Đánh Giá 5.00/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Bertrand Marron
Loại Thanh Toán free
Trang Web Mở Rộng http://armateam.org
URL Trang Trợ Giúp https://github.com/armateam/extension
Ngôn Ngữ Được Hỗ Trợ 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"
}