Text Adventure!!!
Jared's Text Adventure!
Cos'è Text Adventure!!!?
Text Adventure!!! è un'estensione di Chrome sviluppata da http://jaredvititoe.com, e la sua funzione principale è "Jared's Text Adventure!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Text Adventure!!!
Scarica i file di estensione Text Adventure!!! in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | cldlljbdmkemnfnjbbecldfhognfnjgn |
URL Ufficiale | https://chrome.google.com/webstore/detail/text-adventure/cldlljbdmkemnfnjbbecldfhognfnjgn |
Descrizione | Jared's Text Adventure! |
Dimensione del File | 16.99 KB |
Conteggio Installazioni | 10,082 |
Versione Corrente | 2021.4.14 |
Ultimo Aggiornamento | 2021-04-16 |
Data di Pubblicazione | 2019-12-28 |
Valutazione | 4.62/5 Totale 21 Valutazioni |
Sviluppatore | http://jaredvititoe.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://jaredvititoe.com |
URL della Pagina di Aiuto | https://jaredvititoe.com/contacts.html |
Lingue Supportate | 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" } } |