Favorite game [robo-space.com]
Favorite game for your convenience
Favorite game [robo-space.com] là gì?
Favorite game [robo-space.com] là một tiện ích mở rộng Chrome được phát triển bởi https://robo-space.com, và tính năng chính của nó là "Favorite game for your convenience".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Favorite game [robo-space.com]
Tải xuống các tệp mở rộng Favorite game [robo-space.com] dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Game robo-memory - a kind of one of the most popular games to train visual memory. Pictures with funny robots will delight all players. The game will help you to have fun and to spend time or pass the evening in the company of friends.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Favorite game [robo-space.com] |
ID | cbdlmdhngncimfacpmplnkeliidfoipb |
URL Chính Thức | https://chromewebstore.google.com/detail/favorite-game-robo-spacec/cbdlmdhngncimfacpmplnkeliidfoipb |
Mô tả | Favorite game for your convenience |
Kích Thước Tệp | 232 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2016-06-10 |
Ngày Phát Hành | 2016-06-10 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | https://robo-space.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://robo-space.com/?from=chrome-ext |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "name": "__MSG_extension_name__", "short_name": "__MSG_extension_shortname__", "description": "__MSG_extension_description__", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup\/index.html", "default_title": "__MSG_pageaction_title__" }, "default_locale": "en", "content_scripts": [ { "js": [ "js\/libs\/pixi.dev.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "homepage_url": "http:\/\/concentration.robo-space.com", "icons": { "128": "icons\/icon.png" }, "manifest_version": 2, "permissions": [ "*:\/\/robo-space.com\/", "*:\/\/*.robo-space.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.0.3" } |