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) 擴展基本資訊
| 名稱 | |
| ID | opoganapmcfhfgaoinfofbpcmdaeokcb |
| 官方網址 | 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"
} | |