Favorite game [robo-space.com]

Favorite game for your convenience

ما هو Favorite game [robo-space.com]؟

Favorite game [robo-space.com] هو إضافة Chrome تم تطويرها بواسطة https://robo-space.com، والميزة الرئيسية لها هي "Favorite game for your convenience".

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

screenshot

تحميل ملف CRX للإضافة Favorite game [robo-space.com]

قم بتنزيل ملفات الامتداد Favorite game [robo-space.com] بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Game robo-memory - a kind of one of the most popular games to train visual memory. Pictures with funny robots will delight all players. The game will help you to have fun and to spend time or pass the evening in the company of friends.                    

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

الاسم Favorite game [robo-space.com] Favorite game [robo-space.com]
ID cbdlmdhngncimfacpmplnkeliidfoipb
عنوان URL الرسمي https://chromewebstore.google.com/detail/favorite-game-robo-spacec/cbdlmdhngncimfacpmplnkeliidfoipb
الوصف Favorite game for your convenience
حجم الملف 232 KB
عدد التثبيتات 38
النسخة الحالية 0.0.0.3
آخر تحديث 2016-06-10
تاريخ النشر 2016-06-10
تقييم 5.00/5 مجموع تقييمات 5
المطور https://robo-space.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://robo-space.com/?from=chrome-ext
اللغات المدعومة en,ru
manifest.json
{
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_shortname__",
    "description": "__MSG_extension_description__",
    "browser_action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup\/index.html",
        "default_title": "__MSG_pageaction_title__"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "js": [
                "js\/libs\/pixi.dev.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "http:\/\/concentration.robo-space.com",
    "icons": {
        "128": "icons\/icon.png"
    },
    "manifest_version": 2,
    "permissions": [
        "*:\/\/robo-space.com\/",
        "*:\/\/*.robo-space.com\/"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.3"
}