Flappy Snake
Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab.
Flappy Snakeคืออะไร?
Flappy Snake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.x-games.net และคุณลักษณะหลักของมันคือ "Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Flappy Snake
ดาวน์โหลดไฟล์ส่วนขยาย Flappy Snake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Surely you know the very popular games Snake and Flappy bird. Now here is a combination of these great games. Flappy bird is dressed in a new suit in the form of a snake. You can play this new game every time you open a new tab. The classic search is a matter of course, and you can also search for games directly from the new tab on the xGames game server. Enjoy Flappy Snake every time you have a moment. If you like the application, please don't forget to rate it. Thank you for using!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iihaegmciajccamfnfiaohphpehlhgao |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/flappy-snake/iihaegmciajccamfnfiaohphpehlhgao |
คำอธิบาย | Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab. |
ขนาดไฟล์ | 104 KB |
จำนวนการติดตั้ง | 36 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-01-08 |
วันที่เผยแพร่ | 2021-01-08 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.x-games.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flappy Snake", "description": "Flappy Snake is remake of popular game Flappy Bird. Play it on each new tab.", "version": "1.1", "manifest_version": 2, "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "jquery.js", "bg.js" ] }, "chrome_url_overrides": { "newtab": "newtab.html" }, "browser_action": { "default_icon": "images\/ico19.png" }, "icons": { "16": "images\/ico16.png", "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" } } |