Moai Stake Yield Extension

Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?

What is Moai Stake Yield Extension?

Moai Stake Yield Extension is a Chrome extension developed by moaifans, and its main feature is "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?".

Extension Screenshots

screenshot
screenshot

Download Moai Stake Yield Extension Extension CRX File

Download Moai Stake Yield Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Tool to quickly view daily stake yield for various Moai assets on sites. (currently supporting jpg.store lists & asset pages)                    

Extension Basic Information

Name Moai Stake Yield Extension Moai Stake Yield Extension
ID opoganapmcfhfgaoinfofbpcmdaeokcb
Official URL https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb
Description Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?
File Size 389 KB
Installation Count 38
Current Version 0.0.5
Last Updated 2023-03-11
Publish Date 2022-12-05
Developer moaifans
Email [email protected]
Payment Type free
Supported Languages 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"
}