Retro Games
Search and play retro games !
Retro Gamesคืออะไร?
Retro Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://90kids.com และคุณลักษณะหลักของมันคือ "Search and play retro games !"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Retro Games
ดาวน์โหลดไฟล์ส่วนขยาย Retro Games ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Retro Games is a extension that will help you to find and play old school games. If you enjoy playing classic arcade games, we invite you to discover our collection created by fans to revive the atmosphere of the golden years, the 80`s and 90`s.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fdebpdfijdddiknjdflanccpeaebpfmk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/retro-games/fdebpdfijdddiknjdflanccpeaebpfmk |
คำอธิบาย | Search and play retro games ! |
ขนาดไฟล์ | 212 KB |
จำนวนการติดตั้ง | 2,000 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2018-05-02 |
วันที่เผยแพร่ | 2018-05-02 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | http://90kids.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | http://90kids.com/terms |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retro Games", "description": "Search and play retro games !", "version": "1.1.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |