Text Adventure!!!

Jared's Text Adventure!

Text Adventure!!!란 무엇입니까?

Text Adventure!!!은(는) http://jaredvititoe.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jared's Text Adventure!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Text Adventure!!! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Text Adventure!!! Text Adventure!!!
ID cldlljbdmkemnfnjbbecldfhognfnjgn
공식 URL https://chrome.google.com/webstore/detail/text-adventure/cldlljbdmkemnfnjbbecldfhognfnjgn
설명 Jared's Text Adventure!
파일 크기 16.99 KB
설치 횟수 10,082
현재 버전 2021.4.14
최근 업데이트 2021-04-16
출시 날짜 2019-12-28
평점 4.62/5 총 21 개의 평점
개발자 http://jaredvititoe.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://jaredvititoe.com
도움말 페이지 URL https://jaredvititoe.com/contacts.html
지원되는 언어 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"
    }
}