Alien Worlds Timer

Track when your next mine is available so you never forget

Τι είναι το Alien Worlds Timer;

Το Alien Worlds Timer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον brooklyn.develops, και η κύρια λειτουργία του είναι "Track when your next mine is available so you never forget".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Alien Worlds Timer

Λήψη αρχείων επέκτασης Alien Worlds Timer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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\/"
    ]
}