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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Moai Stake Yield Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Moai Stake Yield Extension 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"
}