Snake
Snake.
Snakeคืออะไร?
Snake เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gunnarclingman และคุณลักษณะหลักของมันคือ "Snake."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Snake
ดาวน์โหลดไฟล์ส่วนขยาย Snake ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a port of patorjk's snake you can visit his website at patorjk.com/games/snake/. I have made this as a convenient place to access the game. The adds that were on the actual site are still present and i could not remove that.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jciacpclgoeflamcnchfckcfocbbokkf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/snake/jciacpclgoeflamcnchfckcfocbbokkf |
คำอธิบาย | Snake. |
ขนาดไฟล์ | 12.47 KB |
จำนวนการติดตั้ง | 236 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-03-04 |
วันที่เผยแพร่ | 2016-03-04 |
ผู้พัฒนา | Gunnarclingman |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snake", "version": "1.0", "manifest_version": 2, "description": "Snake.", "browser_action": { "default_icon": "icon.png", "default_popup": "snake.html" } } |