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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย moaifans และคุณลักษณะหลักของมันคือ "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Moai Stake Yield Extension

ดาวน์โหลดไฟล์ส่วนขยาย Moai Stake Yield Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}