Fruit Collect Game

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

O que é Fruit Collect Game?

Fruit Collect Game é uma extensão do Chrome desenvolvida por https://gamecheerleader.com, e sua principal característica é "Collect as many fruits as you can in a given time!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Fruit Collect Game

Baixe arquivos de extensão Fruit Collect Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Fruit Collect Game Fruit Collect Game
ID boifejgmdmjnngkddcmgagijknfahkdo
URL Oficial https://chromewebstore.google.com/detail/fruit-collect-game/boifejgmdmjnngkddcmgagijknfahkdo
Descrição Collect as many fruits as you can in a given time!
Tamanho do Arquivo 85.07 KB
Contagem de Instalações 273
Versão Atual 0.1.1
Última Atualização 2024-03-07
Data de Publicação 2023-11-20
Desenvolvedor https://gamecheerleader.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.gamecheerleader.com
URL da Página de Ajuda https://www.gamecheerleader.com/listing/fruit-collect-game/
URL da Página de Política de Privacidade https://www.gamecheerleader.com/privacy-policy
Idiomas Suportados 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
}