Favorite game [robo-space.com]

Favorite game for your convenience

什么是Favorite game [robo-space.com]?

Favorite game [robo-space.com]是由https://robo-space.com开发的Chrome扩展程序,该扩展的主要功能是“Favorite game for your convenience”。

扩展截图

screenshot

下载Favorite game [robo-space.com]扩展crx文件

下载Favorite game [robo-space.com]扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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