IO Space

Quick access to your favorite io games.

Cos'è IO Space?

IO Space è un'estensione di Chrome sviluppata da https://iospace.games, e la sua funzione principale è "Quick access to your favorite io games.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione IO Space

Scarica i file di estensione IO Space in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome IO Space IO Space
ID pmppcppnpdlgghgimaicaidmcgbompaf
URL Ufficiale https://chromewebstore.google.com/detail/io-space/pmppcppnpdlgghgimaicaidmcgbompaf
Descrizione Quick access to your favorite io games.
Dimensione del File 739 KB
Conteggio Installazioni 46
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-05-28
Data di Pubblicazione 2019-05-28
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://iospace.games
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}