Alien Worlds Timer

Track when your next mine is available so you never forget

Alien Worlds Timer란 무엇입니까?

Alien Worlds Timer은(는) brooklyn.develops에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track when your next mine is available so you never forget"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Alien Worlds Timer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a utility extension for the dApp game "Alien Worlds". It allows you to keep track of when your next mine is available to be collected, whether the site is open or not, so you never forget to claim your Trillium!

Simply enter your WAX address, turn alerts on, and you will be notified when you can mine.

Includes CryptomonKey monitoring tools, to help you see how much Trillium you have mined for the current monkey cycle to ensure you get one! Courtesy of cmstats.net.

Note: Currently the app uses whatever was in your bag when you last mined to calculate cooldowns for the next mine, So if you change your bag before the cooldown has expired, the timer will likely be wrong for 1 round.

Sound Effects Used:
Sounds used under attribution 3.0, Produced by Mike Koenig, Distributed by soundbible.com. No changes have been made to the related works. Related parties do not necessarily endorse this product.
https://soundbible.com/2154-Text-Message-Alert-1.html

Donations:
(Banano)
ban_3w4aqthkhkcio3ejn9dsr9s98fcp6cy5hsy4ms3ixamzobxojf5haa1hex3q
(WAX)
po1b2.wam                    

확장 프로그램 기본 정보

이름 Alien Worlds Timer Alien Worlds Timer
ID cfhokaomhckmlophlpmjgkndlbajconn
공식 URL https://chrome.google.com/webstore/detail/alien-worlds-timer/cfhokaomhckmlophlpmjgkndlbajconn
설명 Track when your next mine is available so you never forget
파일 크기 117 KB
설치 횟수 641
현재 버전 0.1.9
최근 업데이트 2021-04-24
출시 날짜 2021-04-06
평점 3.47/5 총 43 개의 평점
개발자 brooklyn.develops
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alien Worlds Timer",
    "description": "Track when your next mine is available so you never forget",
    "version": "0.1.9",
    "author": "Brooklyn",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "permissions": [
        "https:\/\/cmstats.net\/",
        "https:\/\/api.alienworlds.io\/"
    ]
}