The Extension Of Perpetual NFT Exploration

Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.

Qu'est-ce que The Extension Of Perpetual NFT Exploration ?

The Extension Of Perpetual NFT Exploration est une extension Chrome développée par dg, et sa fonction principale est "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Extension Of Perpetual NFT Exploration

Téléchargez les fichiers d'extension The Extension Of Perpetual NFT Exploration 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 is a chrome extension that shows you people’s NFTs when you view their profiles on twitter. It's built on HumanityDAO and The Graph. The chrome extension pulls the twitter => ethereum address mapping from HumanityDAO, so a twitter user needs to be enrolled in HumanityDAO’s registry for their NFTs to show up on their twitter profile.                    

Informations de Base sur l'Extension

Nom The Extension Of Perpetual NFT Exploration The Extension Of Perpetual NFT Exploration
ID ljfflmadhmibadcpalggnaejfibjghfl
URL Officiel https://chromewebstore.google.com/detail/the-extension-of-perpetua/ljfflmadhmibadcpalggnaejfibjghfl
Description Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.
Taille du Fichier 21.56 KB
Nombre d'Installations 13
Version Actuelle 0.1112
Dernière Mise à Jour 2019-08-26
Date de Publication 2019-08-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur dg
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Extension Of Perpetual NFT Exploration",
    "description": "Shows you someone's NFTs when you visit their profile on twitter. It uses HumanityDAO for the twitter => wallet mapping.",
    "version": "0.1112",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "css.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}