Nifty Scanner

Scan your NFT assets.

Nifty Scanner क्या है?

Nifty Scanner Indorse द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scan your NFT assets."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nifty Scanner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Are you certain you know where your NFT is stored? Do you really own it?
When acquiring an NFT and making an informed decision, ask yourself where it is stored. 

The NFT Scanner browser extension is an MVP developed to help you discover where NFTs on OpenSea are actually stored.

Check whether NFT assets are really “decentralized”. More often than not, several projects store NFT media and metadata on centralized servers, controlled by the project team. While you are buying the NFT, the associated media can easily be changed by the team at their will.

It’s easy - simply install the extension and visit any NFT on Opensea. You will immediately discover the key details of the NFT without having to leave your page.

Features:-
On-chain spectrum
Decentralization score
Nifty Analysis
Media and metadata location

Note: The NFT Scanner browser extension DOES NOT store or collect your code or data. Also note that this is still a prototype, and some data for non-standard NFT implementations might be missing.                    

एक्सटेंशन की मूल जानकारी

नाम Nifty Scanner Nifty Scanner
ID eoepooeledpjaoehhokhalpmlmjbedhe
आधिकारिक URL https://chromewebstore.google.com/detail/nifty-scanner/eoepooeledpjaoehhokhalpmlmjbedhe
विवरण Scan your NFT assets.
फ़ाइल का आकार 929 KB
स्थापना संख्या 703
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2021-06-28
प्रकाशन तिथि 2021-04-14
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Indorse
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://ecosystem.indorse.io/nft-extension
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Scan your NFT assets.",
    "version": "0.0.7",
    "name": "Nifty Scanner",
    "author": "Indorse",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon-34.png",
        "default_popup": "info.html"
    },
    "permissions": [
        "https:\/\/api.opensea.io\/api\/v1\/asset\/*",
        "https:\/\/api.etherscan.io\/*",
        "storage"
    ],
    "icons": {
        "128": "icon-34.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon-34.png",
        "visual-1.png",
        "visual-2.png",
        "Circle.svg",
        "Rectangle.svg",
        "Triangle.svg",
        "GT-America-Standard-Medium.otf",
        "GT-America-Standard-Regular.otf",
        "GT-America-Standard-Bold.otf"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}