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
Eメール [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"
}