Moai Stake Yield Extension

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

Wat is Moai Stake Yield Extension?

Moai Stake Yield Extension is een Chrome-extensie ontwikkeld door moaifans, en de belangrijkste functie is "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Moai Stake Yield Extension

Download Moai Stake Yield Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Moai Stake Yield Extension Moai Stake Yield Extension
ID opoganapmcfhfgaoinfofbpcmdaeokcb
Officiële URL https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb
Beschrijving Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?
Bestandsgrootte 389 KB
Aantal Installaties 38
Huidige Versie 0.0.5
Laatst Bijgewerkt 2023-03-11
Publicatiedatum 2022-12-05
Ontwikkelaar moaifans
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}