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 |
公式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" } |