Fruit Collect Game

Collect as many fruits as you can in a given time!

Fruit Collect Gameคืออะไร?

Fruit Collect Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gamecheerleader.com และคุณลักษณะหลักของมันคือ "Collect as many fruits as you can in a given time!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fruit Collect Game

ดาวน์โหลดไฟล์ส่วนขยาย Fruit Collect Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Playing the game is easy. Just move the collector (basket) across the screen to pick up as many fruits as possible in 20 seconds. Try to win the game faster each time you play and have fun!

How to Play:

1) Start the Game: Click the extension icon, and the game window will open immediately in a pop-up.

2) Control the Collector: Use the arrow keys on your keyboard to move the basket around the game area.

3) Collect Fruits: Navigate the basket to the fruits that appear randomly on the screen. Each fruit you collect will increase your score.

4) Scoring: Different fruits have different point values. Aim for the ones that will give you the most points!

How to Win: 

The game ends after 20 seconds. Plan your route wisely and move quickly to gather all the fruits within this time.

Have fun playing the fruit collect game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.1
- Add google analytics
- Show the list of new games

Version 0.1.0
- Initial release of game                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fruit Collect Game Fruit Collect Game
ID boifejgmdmjnngkddcmgagijknfahkdo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fruit-collect-game/boifejgmdmjnngkddcmgagijknfahkdo
คำอธิบาย Collect as many fruits as you can in a given time!
ขนาดไฟล์ 85.07 KB
จำนวนการติดตั้ง 273
เวอร์ชันปัจจุบัน 0.1.1
อัปเดตครั้งล่าสุด 2024-03-07
วันที่เผยแพร่ 2023-11-20
ผู้พัฒนา https://gamecheerleader.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gamecheerleader.com
URL หน้าช่วยเหลือ https://www.gamecheerleader.com/listing/fruit-collect-game/
URL หน้านโยบายความเป็นส่วนตัว https://www.gamecheerleader.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fruit Collect Game",
    "version": "0.1.1",
    "description": "Collect as many fruits as you can in a given time!",
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}