WTFOSAURUS Agar.io

Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.

ما هو WTFOSAURUS Agar.io؟

WTFOSAURUS Agar.io هو إضافة Chrome تم تطويرها بواسطة proxus.g، والميزة الرئيسية لها هي "Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WTFOSAURUS Agar.io

قم بتنزيل ملفات الامتداد WTFOSAURUS Agar.io بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This simple extension adds a button to agar.io making it very easy to join the official twitch.tv/WTFOSAURUS Agar.io server!                    

معلومات أساسية عن التمديد

الاسم WTFOSAURUS Agar.io WTFOSAURUS Agar.io
ID johefdgflphlkclaiokmmfjkkpnhhdkb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/wtfosaurus-agario/johefdgflphlkclaiokmmfjkkpnhhdkb
الوصف Simply adds a button to Agar.io to connect to the official twitch.tv/WTFOSAURUS server.
حجم الملف 221 KB
عدد التثبيتات 434
النسخة الحالية 1.2
آخر تحديث 2015-07-11
تاريخ النشر 2015-07-11
تقييم 3.12/5 مجموع تقييمات 65
المطور proxus.g
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WTFOSAURUS Agar.io",
    "description": "Simply adds a button to Agar.io to connect to the official twitch.tv\/WTFOSAURUS server.",
    "version": "1.2",
    "permissions": [
        "http:\/\/agar.io\/"
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "WTFOSAURUS AGAR"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/agar.io\/"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "joinButton.js"
            ]
        }
    ],
    "manifest_version": 2
}