Nifty Scanner

Scan your NFT assets.

Nifty Scanner란 무엇입니까?

Nifty Scanner은(는) Indorse에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scan your NFT assets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Nifty Scanner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}