Favorite game [robo-space.com]

Favorite game for your convenience

Vad är Favorite game [robo-space.com]?

Favorite game [robo-space.com] är en Chrome-tillägg utvecklad av https://robo-space.com, och dess huvudfunktion är "Favorite game for your convenience".

Tilläggsskärmbilder

screenshot

Ladda ner Favorite game [robo-space.com]-förlängningens CRX-fil

Ladda ner Favorite game [robo-space.com]-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Favorite game [robo-space.com] Favorite game [robo-space.com]
ID cbdlmdhngncimfacpmplnkeliidfoipb
Officiell webbadress https://chromewebstore.google.com/detail/favorite-game-robo-spacec/cbdlmdhngncimfacpmplnkeliidfoipb
Beskrivning Favorite game for your convenience
Filstorlek 232 KB
Antal Installationer 38
Aktuell Version 0.0.0.3
Senast Uppdaterad 2016-06-10
Publiceringsdatum 2016-06-10
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://robo-space.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://robo-space.com/?from=chrome-ext
Stödda Språk 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"
}