Moai Stake Yield Extension
Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?
Was ist Moai Stake Yield Extension?
Moai Stake Yield Extension ist eine Chrome-Erweiterung, die von moaifans entwickelt wurde, und ihr Hauptmerkmal ist "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?".
Erweiterungsscreenshots
Moai Stake Yield Extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie Moai Stake Yield Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Tool to quickly view daily stake yield for various Moai assets on sites. (currently supporting jpg.store lists & asset pages) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | opoganapmcfhfgaoinfofbpcmdaeokcb |
| Offizielle URL | https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb |
| Beschreibung | Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future? |
| Dateigröße | 389 KB |
| Installationsanzahl | 38 |
| Aktuelle Version | 0.0.5 |
| Letztes Update | 2023-03-11 |
| Veröffentlichungsdatum | 2022-12-05 |
| Entwickler | moaifans |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
} | |