Pro Game Chat

Chat for agar.io simple to use. Key combo shift + q to hide or show the chat! You can create new rooms and chat with your friends…

什么是Pro Game Chat?

Pro Game Chat是由gennaro.vtb开发的Chrome扩展程序,该扩展的主要功能是“Chat for agar.io simple to use. Key combo shift + q to hide or show the chat! You can create new rooms and chat with your friends…”。

扩展截图

screenshot
screenshot

下载Pro Game Chat扩展crx文件

下载Pro Game Chat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Chat for agar.io simple to use.
Key combo shift + q to hide or show the chat!
You can create new rooms and chat with your friends while playing!                    

扩展基本信息

名称 Pro Game Chat Pro Game Chat
ID eblkaoppobdmdppiifkcadeemfhgbecm
官方URL https://chrome.google.com/webstore/detail/pro-game-chat/eblkaoppobdmdppiifkcadeemfhgbecm
简介 Chat for agar.io simple to use. Key combo shift + q to hide or show the chat! You can create new rooms and chat with your friends…
文件大小 281 KB
安装次数 46
当前版本 1.4
更新时间 2015-12-23
上架时间 2015-12-23
评分 1.40/5 共5次评分
开发者 gennaro.vtb
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pro Game Chat",
    "version": "1.4",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        "\/js\/jquery.min.js",
        "\/popup.html",
        "\/chat.html",
        "\/logic.js"
    ]
}