CardanoLands
CardanoLands
CardanoLands란 무엇입니까?
CardanoLands은(는) cardanolands.dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "CardanoLands"입니다.
확장 프로그램 스크린샷
CardanoLands 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | CardanoLands |
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 } |