Fruit Collect Game

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

Fruit Collect Game क्या है?

Fruit Collect Game https://gamecheerleader.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Collect as many fruits as you can in a given time!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fruit Collect Game एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}