NftBiker Tools
Get access to nftbiker tezos tools directly from supported platforms.
Qu'est-ce que NftBiker Tools ?
NftBiker Tools est une extension Chrome développée par https://nftbiker.xyz, et sa fonction principale est "Get access to nftbiker tezos tools directly from supported platforms.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NftBiker Tools
Téléchargez les fichiers d'extension NftBiker Tools 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
Get access to NftBiker tezos tools directly from supported platforms site (teia, versum, objkt, fxhash) through a contextual menu that you can use to check artist summary, gallery, linked wallets, objkt history, etc
Informations de Base sur l'Extension
Nom | NftBiker Tools |
ID | gfgcdjnmaabfoknldpknfajhgkiofild |
URL Officiel | https://chromewebstore.google.com/detail/nftbiker-tools/gfgcdjnmaabfoknldpknfajhgkiofild |
Description | Get access to nftbiker tezos tools directly from supported platforms. |
Taille du Fichier | 177 KB |
Nombre d'Installations | 77 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2023-09-11 |
Date de Publication | 2022-12-19 |
Développeur | https://nftbiker.xyz |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://nftbiker.xyz |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NftBiker Tools", "version": "1.5", "description": "Get access to nftbiker tezos tools directly from supported platforms.", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "homepage_url": "https:\/\/nftbiker.xyz\/" } |