Stream Raiders Place Unit Reminder

Place Unit Reminder will create a new desktop notification for each Battle that you can place a Unit in.

Stream Raiders Place Unit Reminder là gì?

Stream Raiders Place Unit Reminder là một tiện ích mở rộng Chrome được phát triển bởi Richard Parnaby-King, và tính năng chính của nó là "Place Unit Reminder will create a new desktop notification for each Battle that you can place a Unit in.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stream Raiders Place Unit Reminder

Tải xuống các tệp mở rộng Stream Raiders Place Unit Reminder 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

                        Stream Raiders is a browser game that integrates with Twitch allowing viewers and streamers to play together by placing army units onto a battlefield every five minutes.

The Unit Reminder is an unofficial, fan-made extension that will create a new desktop notification for each Battle that you can place an army unit in if you miss the call the arms trumpet.

In order for this extension to work, you must have a tab open on the Stream Captain website and be logged in to your account. Stream Raiders will let you place an army unit once every five minutes per battle. This extension will check the status of each battle you are following and, after five minutes of you placing your last army piece, will create a notification showing the icon and name of the Battle Captain (the Twitch streamer), allowing for easy recognition of your favourite streamers. Clicking on the notification will also trigger Chrome to focus on the specific tab that has Stream Raiders open.

This extension is designed for Raiders / Viewers, not Captains / Streamers as they have their own app.

Change Log:
0.0.6 - 0.0.7:
Automatically extract api version number to ensure extension continues to operate as expected without having to keep updating extension.

0.0.3 - 0.0.6:
Increased api version number to ensure extension continues to operate as expected.

0.0.2 - 0.0.3:
Bug fix: Battles that have expired still prompt for new units (no new desktop notifications for battles more than 30 minutes old).

0.0.1 - 0.0.2:
Removed jQuery.
Bug fixes and improvements.
Change desktop notification icon from extension icon to streamer icon.                    

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

Tên Stream Raiders Place Unit Reminder Stream Raiders Place Unit Reminder
ID bjcggclomjkmcofpmnncenbgkbpjkpcl
URL Chính Thức https://chromewebstore.google.com/detail/stream-raiders-place-unit/bjcggclomjkmcofpmnncenbgkbpjkpcl
Mô tả Place Unit Reminder will create a new desktop notification for each Battle that you can place a Unit in.
Kích Thước Tệp 65.72 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2020-04-25
Ngày Phát Hành 2020-04-25
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Richard Parnaby-King
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stream Raiders Place Unit Reminder",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "Place Unit Reminder will create a new desktop notification for each Battle that you can place a Unit in.",
    "icons": {
        "16": "icons\/icon-sword.png",
        "19": "icons\/icon-sword.png",
        "48": "icons\/icon-sword.png",
        "128": "icons\/icon-sword.png"
    },
    "homepage_url": "https:\/\/www.streamcaptain.com\/streamraiders\/",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.streamcaptain.com\/\/streamraiders\/",
        "https:\/\/static-cdn.jtvnw.net\/*",
        "notifications"
    ],
    "short_name": "Stream Raiders Place Unit Reminder",
    "version_name": "0.0.7"
}