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
官方網址 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"
}