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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}