Moai Stake Yield Extension
Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?
Co je Moai Stake Yield Extension?
Moai Stake Yield Extension je rozšíření Chrome vyvinuté moaifans, a jeho hlavní funkcí je „Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Moai Stake Yield Extension
Stáhněte si soubory rozšíření Moai Stake Yield Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Tool to quickly view daily stake yield for various Moai assets on sites. (currently supporting jpg.store lists & asset pages)
Základní Informace o Rozšíření
Název | Moai Stake Yield Extension |
ID | opoganapmcfhfgaoinfofbpcmdaeokcb |
Oficiální URL | https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb |
Popis | Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future? |
Velikost souboru | 389 KB |
Počet instalací | 38 |
Aktuální Verze | 0.0.5 |
Poslední Aktualizace | 2023-03-11 |
Datum Vydání | 2022-12-05 |
Vývojář | moaifans |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "content_scripts": [ { "js": [ "scripts\/content.js", "scripts\/moai.js" ], "matches": [ "https:\/\/www.jpg.store\/*" ] } ], "host_permissions": [ "https:\/\/www.jpg.store\/*" ], "permissions": [], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "matches": [ "https:\/\/www.jpg.store\/*" ] } ], "description": "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?", "icons": { "128": "images\/icon-128.png", "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png" }, "manifest_version": 3, "name": "Moai Stake Yield Extension", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.5" } |