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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } |