CardanoLands
CardanoLands
Qu'est-ce que CardanoLands ?
CardanoLands est une extension Chrome développée par cardanolands.dev, et sa fonction principale est "CardanoLands".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CardanoLands
Téléchargez les fichiers d'extension CardanoLands au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CardanoLands |
ID | cnkjejpnkhkpcdamkoadolbmlokeched |
URL Officiel | https://chromewebstore.google.com/detail/cardanolands/cnkjejpnkhkpcdamkoadolbmlokeched |
Description | CardanoLands |
Taille du Fichier | 67.2 KB |
Nombre d'Installations | 121 |
Version Actuelle | 0.1.3 |
Dernière Mise à Jour | 2023-02-28 |
Date de Publication | 2022-12-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | cardanolands.dev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cardanolands.com/ |
URL de la Page d'Aide | https://discord.com/invite/cardanolands |
Langues Prises en Charge | 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 } |