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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alerts other TagPro players that you are playing and sends you an alert when others begin to play."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TagPro Alerts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}