TagPro Alerts

Alerts other TagPro players that you are playing and sends you an alert when others begin to play.

什么是TagPro Alerts?

TagPro Alerts是由https://tagpro.koalabeast.com开发的Chrome扩展程序,该扩展的主要功能是“Alerts other TagPro players that you are playing and sends you an alert when others begin to play.”。

扩展截图

screenshot

下载TagPro Alerts扩展crx文件

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

扩展使用说明

                        To play TagPro, get the Chrome app:
https://chrome.google.com/webstore/detail/tagpro-capture-the-flag/bommelfnddjcbmbcfhmhjikpfphlebjh

Or visit this website:
http://tagpro.koalabeast.com                    

扩展基本信息

名称 TagPro Alerts TagPro Alerts
ID jegbbobiocmflmjibcapeakhbjddebmj
官方URL https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj
简介 Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
文件大小 18.7 KB
安装次数 98
当前版本 1.2
更新时间 2013-08-15
上架时间 2013-08-15
评分 5.00/5 共19次评分
开发者 https://tagpro.koalabeast.com
付费类型 free
扩展官网 http://tagpro.koalabeast.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TagPro Alerts",
    "options_page": "options.html",
    "version": "1.2",
    "manifest_version": 2,
    "description": "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "monitor.js"
        ]
    },
    "permissions": [
        "http:\/\/tagpro.koalabeast.com\/",
        "background",
        "notifications"
    ],
    "web_accessible_resources": [
        "icon.png",
        "notification.js",
        "notification.css"
    ]
}