IO Games - updatable list
List of the best, new and most massive .io games. Video, ratings!
什麼是IO Games - updatable list?
IO Games - updatable list是由developer開發的Chrome擴展程式,該擴展的主要功能是“List of the best, new and most massive .io games. Video, ratings!”。
擴展截圖
下載IO Games - updatable list擴展crx文件
下載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 |
官方網址 | 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" } |