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.」です。
拡張機能のスクリーンショット
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                     拡張機能の基本情報
| 名前 |  | 
| 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"
    ]
} | |