IO Games - updatable list
List of the best, new and most massive .io games. Video, ratings!
Τι είναι το IO Games - updatable list;
Το IO Games - updatable list είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον developer, και η κύρια λειτουργία του είναι "List of the best, new and most massive .io games. Video, ratings!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης IO Games - updatable list
Λήψη αρχείων επέκτασης IO Games - updatable list σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
1. Every day we update our list. And we know about hundreds of games! 2. We can't say which games are the best, but you can. Therefore, we have a user rating for each game. 3. We do not just give a screenshot, we publish a video streams. 4. If you have a low screen resolution, then the games may look a little different. We use the scaling technology to transform on low resolution screens. Check it out with the example of the popular io-sandbox glor.io 5. We have a search by the tags and names of the games. The demo image uses screenshots of diep.io, space1.io, slither.io, doblons.io The rights to these games belong to their creators. And they are needed to show where the user can be sent.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | abaconbmbmfikfbaigabinllejffngdd |
Επίσημο URL | https://chrome.google.com/webstore/detail/io-games-updatable-list/abaconbmbmfikfbaigabinllejffngdd |
Περιγραφή | List of the best, new and most massive .io games. Video, ratings! |
Μέγεθος Αρχείου | 49.94 KB |
Αριθμός Εγκαταστάσεων | 965 |
Τρέχουσα Έκδοση | 1.24 |
Τελευταία Ενημέρωση | 2017-11-27 |
Ημερομηνία Δημοσίευσης | 2017-11-27 |
Αξιολόγηση | 4.08/5 Συνολικά 26 Αξιολογήσεις |
Προγραμματιστής | developer |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://brogames.space |
Υποστηριζόμενες Γλώσσες | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.24", "manifest_version": 2, "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_title": "__MSG_appName__", "default_icon": "img\/icon_world.png", "default_popup": "popup.html" }, "homepage_url": "http:\/\/brogames.space" } |