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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}