IO Space
Quick access to your favorite io games.
Qu'est-ce que IO Space ?
IO Space est une extension Chrome développée par https://iospace.games, et sa fonction principale est "Quick access to your favorite io games.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IO Space
Téléchargez les fichiers d'extension IO Space au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | IO Space |
ID | pmppcppnpdlgghgimaicaidmcgbompaf |
URL Officiel | https://chromewebstore.google.com/detail/io-space/pmppcppnpdlgghgimaicaidmcgbompaf |
Description | Quick access to your favorite io games. |
Taille du Fichier | 739 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-05-28 |
Date de Publication | 2019-05-28 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | https://iospace.games |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |