Moai Stake Yield Extension

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

Vad är Moai Stake Yield Extension?

Moai Stake Yield Extension är en Chrome-tillägg utvecklad av moaifans, och dess huvudfunktion är "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Moai Stake Yield Extension-förlängningens CRX-fil

Ladda ner Moai Stake Yield Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Moai Stake Yield Extension Moai Stake Yield Extension
ID opoganapmcfhfgaoinfofbpcmdaeokcb
Officiell webbadress https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb
Beskrivning Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?
Filstorlek 389 KB
Antal Installationer 38
Aktuell Version 0.0.5
Senast Uppdaterad 2023-03-11
Publiceringsdatum 2022-12-05
Utvecklare moaifans
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}