Favorite game [robo-space.com]
Favorite game for your convenience
Favorite game [robo-space.com]คืออะไร?
Favorite game [robo-space.com] เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://robo-space.com และคุณลักษณะหลักของมันคือ "Favorite game for your convenience"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Favorite game [robo-space.com]
ดาวน์โหลดไฟล์ส่วนขยาย Favorite game [robo-space.com] ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Favorite game [robo-space.com] |
ID | cbdlmdhngncimfacpmplnkeliidfoipb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/favorite-game-robo-spacec/cbdlmdhngncimfacpmplnkeliidfoipb |
คำอธิบาย | Favorite game for your convenience |
ขนาดไฟล์ | 232 KB |
จำนวนการติดตั้ง | 38 |
เวอร์ชันปัจจุบัน | 0.0.0.3 |
อัปเดตครั้งล่าสุด | 2016-06-10 |
วันที่เผยแพร่ | 2016-06-10 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | https://robo-space.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://robo-space.com/?from=chrome-ext |
ภาษาที่รองรับ | 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" } |