Moai Stake Yield Extension
Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?
什么是Moai Stake Yield Extension?
Moai Stake Yield Extension是由moaifans开发的Chrome扩展程序,该扩展的主要功能是“Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?”。
扩展截图
下载Moai Stake Yield Extension扩展crx文件
下载Moai Stake Yield Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tool to quickly view daily stake yield for various Moai assets on sites. (currently supporting jpg.store lists & asset pages)
扩展基本信息
名称 | Moai Stake Yield Extension |
ID | opoganapmcfhfgaoinfofbpcmdaeokcb |
官方URL | https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb |
简介 | Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future? |
文件大小 | 389 KB |
安装次数 | 38 |
当前版本 | 0.0.5 |
更新时间 | 2023-03-11 |
上架时间 | 2022-12-05 |
开发者 | moaifans |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |