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
官方網址 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"
    ]
}