CardanoLands
CardanoLands
什么是CardanoLands?
CardanoLands是由cardanolands.dev开发的Chrome扩展程序,该扩展的主要功能是“CardanoLands”。
扩展截图
下载CardanoLands扩展crx文件
下载CardanoLands扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This easy-to-use Chrome extension helps you see which NFTs qualify for recurring staking rewards, including the amount and ticker of the tokens. It offers a convenient way to discover Cardano NFTs with potential to increase your daily rewards.
The extension currently shows rewards for 135+ CardanoLands-partnered projects on jpg.store and is updated in real-time to include new collections. We will soon expand this feature to include other marketplaces as well.
Features
Check daily $HEXO rewards for qualified NFT collections*
Check daily $PROXIE rewards for Cardano Proxies NFTs
More token rewards are coming soon…
*Qualified collections are found in the Leaderboard and High League of CardanoLands. The complete list can be seen on cardanolands.com/staking-hub. 扩展基本信息
| 名称 | |
| ID | cnkjejpnkhkpcdamkoadolbmlokeched |
| 官方URL | https://chromewebstore.google.com/detail/cardanolands/cnkjejpnkhkpcdamkoadolbmlokeched |
| 简介 | CardanoLands |
| 文件大小 | 67.2 KB |
| 安装次数 | 121 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2023-02-28 |
| 上架时间 | 2022-12-26 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | cardanolands.dev |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://cardanolands.com/ |
| 帮助页面URL | https://discord.com/invite/cardanolands |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CardanoLands",
"version": "0.1.3",
"description": "CardanoLands",
"permissions": [
"tabs",
"webRequest"
],
"host_permissions": [
"https:\/\/www.jpg.store\/*",
"https:\/\/server.jpgstoreapis.com\/*"
],
"icons": {
"16": "assets\/icons\/16.png",
"32": "assets\/icons\/32.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"background": {
"service_worker": "js\/background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.jpg.store\/*"
],
"js": [
"js\/utils.js",
"js\/collection.js",
"js\/asset.js"
],
"css": [
"styles\/collection.css",
"styles\/asset.css",
"styles\/asset.css",
"styles\/collection.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"fonts\/NovaSquare-Regular.ttf",
"styles\/styles.css",
"assets\/hexo.svg"
],
"matches": [
"https:\/\/www.jpg.store\/*"
]
}
],
"manifest_version": 3
} | |