Text Adventure!!!

Jared's Text Adventure!

Wat is Text Adventure!!!?

Text Adventure!!! is een Chrome-extensie ontwikkeld door http://jaredvititoe.com, en de belangrijkste functie is "Jared's Text Adventure!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Text Adventure!!!

Download Text Adventure!!!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Its a Text Adventure! The goal is to make it home without dying. There are numerous different things you can do to make your rigorous journey more interesting such as fishing rather than hunting or crafting a walking stick so you can make the trip faster and much much more! Along your journey you may also stumble across a village where you can either ransack it or trade with the villagers.

Recently Added!
-Safe way of obtaining food: (Fishing)-
-Color-
-Health Bar-
-Randomly Generated Villages-
-Looting & Trading in Villages-
-Fishing Bait-
-Bug Fixes-
-New Logo-

Recently Removed!
-Instant death: (Lethality of Bears, Lions, Cheetahs) now they eliminate a lot of health-

In Development!
-Multiplayer Trading, Battling-

Controls!
Use numbers such as "1" or "2" to use the different commands unless otherwise told to write your response out in full.                    

Basisinformatie over de Extensie

Naam Text Adventure!!! Text Adventure!!!
ID cldlljbdmkemnfnjbbecldfhognfnjgn
Officiële URL https://chrome.google.com/webstore/detail/text-adventure/cldlljbdmkemnfnjbbecldfhognfnjgn
Beschrijving Jared's Text Adventure!
Bestandsgrootte 16.99 KB
Aantal Installaties 10,082
Huidige Versie 2021.4.14
Laatst Bijgewerkt 2021-04-16
Publicatiedatum 2019-12-28
Beoordeling 4.62/5 Totaal 21 Beoordelingen
Ontwikkelaar http://jaredvititoe.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://jaredvititoe.com
Help Pagina-URL https://jaredvititoe.com/contacts.html
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text Adventure!!!",
    "short_name": "Adventure!",
    "author": "Jared Vititoe",
    "version": "2021.4.14",
    "description": "Jared's Text Adventure!",
    "permissions": [],
    "incognito": "split",
    "icons": {
        "128": "Logo.jpg"
    },
    "browser_action": {
        "default_icon": "Logo.jpg",
        "default_popup": "popup.html"
    }
}