TagPro Alerts

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

TagPro Alertsคืออะไร?

TagPro Alerts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tagpro.koalabeast.com และคุณลักษณะหลักของมันคือ "Alerts other TagPro players that you are playing and sends you an alert when others begin to play."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TagPro Alerts

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}