Moai Stake Yield Extension
Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?
Apa itu Moai Stake Yield Extension?
Moai Stake Yield Extension adalah ekstensi Chrome yang dikembangkan oleh moaifans, dan fitur utamanya adalah "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Moai Stake Yield Extension
Unduh file ekstensi Moai Stake Yield Extension dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Tool to quickly view daily stake yield for various Moai assets on sites. (currently supporting jpg.store lists & asset pages)
Informasi Dasar Ekstensi
Nama | Moai Stake Yield Extension |
ID | opoganapmcfhfgaoinfofbpcmdaeokcb |
URL Resmi | https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb |
Deskripsi | Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future? |
Ukuran File | 389 KB |
Jumlah Instalasi | 38 |
Versi Saat Ini | 0.0.5 |
Terakhir Diperbarui | 2023-03-11 |
Tanggal Publikasi | 2022-12-05 |
Pengembang | moaifans |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } |