Fruit Snake Game - Runs Offline

Fruit Snake is a classic snake game. Help the snake to eat lots of fruits to grow. More fruits collected, more time added! Have Fun!

¿Qué es Fruit Snake Game - Runs Offline?

Fruit Snake Game - Runs Offline es una extensión de Chrome desarrollada por https://magbei.com, y su función principal es "Fruit Snake is a classic snake game. Help the snake to eat lots of fruits to grow. More fruits collected, more time added! Have Fun!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Fruit Snake Game - Runs Offline

Descarga archivos de extensión Fruit Snake Game - Runs Offline en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Fruit Snake is a very colorful and cheerful snake game. This game is vaguely reminiscent of the old arcade snake games, but with something more. 

GAMEPLAY
Help the snake eat all the fruits to make it grow and prevent the time from running out. In this game, you play against a timer, and every time the snake eats a fruit, you add precious seconds to the timer. If you like fruit games, you are in the right place. Help the snake eat and grow!

HOW TO PLAY FRUIT SNAKE?
Playing Fruit Snake is very simple and addictive. Guide the snake to each fruit that appears on the game screen. Be careful not to let the snake's head hit its body, or it will lose a life. The lives of this cute reptile are 3. After losing the last one, the game is over.

Tip: The easiest way to reach one fruit is sometimes to make the snake cross the border and reenter from the other side.

CONTROLS
- If you play on a Computer: use the left and right arrow keys.
- If you are playing on a mobile device: use the virtual buttons you see on the game screen at the bottom.

FEATURES
- 100% FREE
- Offline Game
- Fun And Easy To Play

How many fruits can you make the snake eat? Show us how good you are at playing arcade fruit games. Play Now!                    

Información Básica de la Extensión

Nombre Fruit Snake Game - Runs Offline Fruit Snake Game - Runs Offline
ID gndmjphaifblmdlaehkaagfjlgbapgac
URL Oficial https://chromewebstore.google.com/detail/fruit-snake-game-runs-off/gndmjphaifblmdlaehkaagfjlgbapgac
Descripción Fruit Snake is a classic snake game. Help the snake to eat lots of fruits to grow. More fruits collected, more time added! Have Fun!
Tamaño del Archivo 6.72 MB
Cantidad de Instalaciones 1,047
Versión Actual 1.4
Última Actualización 2022-12-13
Fecha de Publicación 2022-02-13
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://magbei.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://magbei.com/fruit-snake/
URL de la Página de Ayuda https://magbei.com/contact/
URL de la Página de Política de Privacidad https://magbei.com/privacy-policy
Idiomas Soportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.4",
    "homepage_url": "https:\/\/magbei.com\/fruit-snake\/",
    "offline_enabled": true,
    "icons": {
        "16": "assets\/icons\/16.png",
        "32": "assets\/icons\/32.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "assets\/icons\/128.png",
        "default_title": "Fruit Snake Game - Runs Offline",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "assets\/js\/inout.js"
    }
}