IO Space

Quick access to your favorite io games.

Hvad er IO Space?

IO Space er en Chrome-udvidelse udviklet af https://iospace.games, og dens hovedfunktion er "Quick access to your favorite io games.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download IO Space-udvidelses-CRX-fil

Download IO Space-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Check out our collection of IO games! Perfect online games from all the genres and mechanics are available here. Survive, action, battle royale - everything is at your fingertips! Prove your skill and excellence in the best IO games of 2019 against all the masters from all over the world. Let’s go!                    

Grundlæggende oplysninger om udvidelsen

Navn IO Space IO Space
ID pmppcppnpdlgghgimaicaidmcgbompaf
Officiel URL https://chromewebstore.google.com/detail/io-space/pmppcppnpdlgghgimaicaidmcgbompaf
Beskrivelse Quick access to your favorite io games.
Filstørrelse 739 KB
Antal Installationer 46
Nuværende Version 1.0.0
Senest Opdateret 2019-05-28
Udgivelsesdato 2019-05-28
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler https://iospace.games
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IO Space",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Quick access to your favorite io games.",
    "homepage_url": "http:\/\/iospace.games",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "IO Games List",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "activeTab"
    ]
}