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”。
擴展截圖
下載Alien Worlds Timer擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | cfhokaomhckmlophlpmjgkndlbajconn |
官方網址 | 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\/" ] } |