IndyAlerts

Powiadomienie kiedy Indy jest online.

什么是IndyAlerts?

IndyAlerts是由IndyStarCraft (code: @Karwas1)开发的Chrome扩展程序,该扩展的主要功能是“Powiadomienie kiedy Indy jest online.”。

扩展截图

screenshot

下载IndyAlerts扩展crx文件

下载IndyAlerts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 IndyAlerts IndyAlerts
ID aclngofmnjllalaibfhcpholagnopbel
官方URL https://chromewebstore.google.com/detail/indyalerts/aclngofmnjllalaibfhcpholagnopbel
简介 Powiadomienie kiedy Indy jest online.
文件大小 840 KB
安装次数 35
当前版本 1.1
更新时间 2019-10-22
上架时间 2019-10-21
评分 5.00/5 共5次评分
开发者 IndyStarCraft (code: @Karwas1)
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}