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 là gì?
Moai Stake Yield Extension là một tiện ích mở rộng Chrome được phát triển bởi moaifans, và tính năng chính của nó là "Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Moai Stake Yield Extension
Tải xuống các tệp mở rộng Moai Stake Yield Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Tool to quickly view daily stake yield for various Moai assets on sites. (currently supporting jpg.store lists & asset pages)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Moai Stake Yield Extension |
ID | opoganapmcfhfgaoinfofbpcmdaeokcb |
URL Chính Thức | https://chromewebstore.google.com/detail/moai-stake-yield-extensio/opoganapmcfhfgaoinfofbpcmdaeokcb |
Mô tả | Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future? |
Kích Thước Tệp | 389 KB |
Số Lần Cài Đặt | 38 |
Phiên Bản Hiện Tại | 0.0.5 |
Cập Nhật Lần Cuối | 2023-03-11 |
Ngày Phát Hành | 2022-12-05 |
Nhà Phát Triển | moaifans |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |