IO Space
Quick access to your favorite io games.
Apa itu IO Space?
IO Space adalah ekstensi Chrome yang dikembangkan oleh https://iospace.games, dan fitur utamanya adalah "Quick access to your favorite io games.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi IO Space
Unduh file ekstensi IO Space dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | IO Space |
ID | pmppcppnpdlgghgimaicaidmcgbompaf |
URL Resmi | https://chromewebstore.google.com/detail/io-space/pmppcppnpdlgghgimaicaidmcgbompaf |
Deskripsi | Quick access to your favorite io games. |
Ukuran File | 739 KB |
Jumlah Instalasi | 46 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-05-28 |
Tanggal Publikasi | 2019-05-28 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | https://iospace.games |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |