IO Space

Quick access to your favorite io games.

Vad är IO Space?

IO Space är en Chrome-tillägg utvecklad av https://iospace.games, och dess huvudfunktion är "Quick access to your favorite io games.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner IO Space-förlängningens CRX-fil

Ladda ner IO Space-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

                        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äggande Information om Tillägg

Namn IO Space IO Space
ID pmppcppnpdlgghgimaicaidmcgbompaf
Officiell webbadress https://chromewebstore.google.com/detail/io-space/pmppcppnpdlgghgimaicaidmcgbompaf
Beskrivning Quick access to your favorite io games.
Filstorlek 739 KB
Antal Installationer 46
Aktuell Version 1.0.0
Senast Uppdaterad 2019-05-28
Publiceringsdatum 2019-05-28
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare https://iospace.games
Betalningssätt free
Stödda Språk 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"
    ]
}