Favorite game [robo-space.com]

Favorite game for your convenience

Wat is Favorite game [robo-space.com]?

Favorite game [robo-space.com] is een Chrome-extensie ontwikkeld door https://robo-space.com, en de belangrijkste functie is "Favorite game for your convenience".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Favorite game [robo-space.com]

Download Favorite game [robo-space.com]-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Favorite game [robo-space.com] Favorite game [robo-space.com]
ID cbdlmdhngncimfacpmplnkeliidfoipb
Officiële URL https://chromewebstore.google.com/detail/favorite-game-robo-spacec/cbdlmdhngncimfacpmplnkeliidfoipb
Beschrijving Favorite game for your convenience
Bestandsgrootte 232 KB
Aantal Installaties 38
Huidige Versie 0.0.0.3
Laatst Bijgewerkt 2016-06-10
Publicatiedatum 2016-06-10
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://robo-space.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://robo-space.com/?from=chrome-ext
Ondersteunde Talen 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"
}