Favorite game [robo-space.com]

Favorite game for your convenience

Apa itu Favorite game [robo-space.com]?

Favorite game [robo-space.com] adalah ekstensi Chrome yang dikembangkan oleh https://robo-space.com, dan fitur utamanya adalah "Favorite game for your convenience".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Favorite game [robo-space.com]

Unduh file ekstensi Favorite game [robo-space.com] dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Favorite game [robo-space.com] Favorite game [robo-space.com]
ID cbdlmdhngncimfacpmplnkeliidfoipb
URL Resmi https://chromewebstore.google.com/detail/favorite-game-robo-spacec/cbdlmdhngncimfacpmplnkeliidfoipb
Deskripsi Favorite game for your convenience
Ukuran File 232 KB
Jumlah Instalasi 38
Versi Saat Ini 0.0.0.3
Terakhir Diperbarui 2016-06-10
Tanggal Publikasi 2016-06-10
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://robo-space.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://robo-space.com/?from=chrome-ext
Bahasa yang Didukung 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"
}