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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gennaro.vtb และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pro Game Chat

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}