TagPro Alerts

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

Apa itu TagPro Alerts?

TagPro Alerts adalah ekstensi Chrome yang dikembangkan oleh https://tagpro.koalabeast.com, dan fitur utamanya adalah "Alerts other TagPro players that you are playing and sends you an alert when others begin to play.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TagPro Alerts

Unduh file ekstensi TagPro Alerts dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama TagPro Alerts TagPro Alerts
ID jegbbobiocmflmjibcapeakhbjddebmj
URL Resmi https://chromewebstore.google.com/detail/tagpro-alerts/jegbbobiocmflmjibcapeakhbjddebmj
Deskripsi Alerts other TagPro players that you are playing and sends you an alert when others begin to play.
Ukuran File 18.7 KB
Jumlah Instalasi 98
Versi Saat Ini 1.2
Terakhir Diperbarui 2013-08-15
Tanggal Publikasi 2013-08-15
Penilaian 5.00/5 Total 19 Penilaian
Pengembang https://tagpro.koalabeast.com
Tipe Pembayaran free
Situs Ekstensi http://tagpro.koalabeast.com
Bahasa yang Didukung 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"
    ]
}