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
官方網址 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"
    ]
}