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はmoaifansによって開発されたChromeの拡張機能で、その主な機能は「Add $MOAI daily stake yield to jpg.store listings. More sites to be supported in the future?」です。
拡張機能のスクリーンショット
Moai Stake Yield Extension拡張機能のCRXファイルをダウンロード
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) 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
} | |