IndyAlerts

Powiadomienie kiedy Indy jest online.

IndyAlerts là gì?

IndyAlerts là một tiện ích mở rộng Chrome được phát triển bởi IndyStarCraft (code: @Karwas1), và tính năng chính của nó là "Powiadomienie kiedy Indy jest online.".

Ả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 IndyAlerts

Tải xuống các tệp mở rộng IndyAlerts 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

                        Wtyczka powiadamia gdy stream twitch.tv/IndyStarCraft jest online.                    

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

Tên IndyAlerts IndyAlerts
ID aclngofmnjllalaibfhcpholagnopbel
URL Chính Thức https://chromewebstore.google.com/detail/indyalerts/aclngofmnjllalaibfhcpholagnopbel
Mô tả Powiadomienie kiedy Indy jest online.
Kích Thước Tệp 840 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-10-22
Ngày Phát Hành 2019-10-21
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển IndyStarCraft (code: @Karwas1)
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ pl
manifest.json
{
    "name": "IndyAlerts",
    "version": "1.1",
    "author": "Karwas",
    "manifest_version": 2,
    "description": "Powiadomienie kiedy Indy jest online.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/api.twitch.tv\/*"
    ],
    "browser_action": {
        "default_icon": "img\/offline48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.min.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "img\/icon512.png",
        "32": "img\/icon512.png",
        "48": "img\/icon512.png"
    }
}