NFTinit.com - NFT Rarity & Ranking Sniper

NFT Analytic Tool - Best Way to Find Rare NFTs

NFTinit.com - NFT Rarity & Ranking Sniperคืออะไร?

NFTinit.com - NFT Rarity & Ranking Sniper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NFTinit.com และคุณลักษณะหลักของมันคือ "NFT Analytic Tool - Best Way to Find Rare NFTs"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NFTinit.com - NFT Rarity & Ranking Sniper

ดาวน์โหลดไฟล์ส่วนขยาย NFTinit.com - NFT Rarity & Ranking Sniper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A better way to find rare NFTs
 
NFTinit provides rarity ranking calculation of Non Fungible Tokens (NFTs) depending on the properties of NFTs on the Ethereum Blockchain. NFTinit works on OpenSea (Biggest NFT Marketplace) by using real time page details data and calculates the standing (rarity ranking) of each NFT within a collection. 

Problem: NFTs are valued by their rarities. Rarity is calculated based on how many of the other NFTs in the same collection share the same properties. However, on the Opensea marketplace, the properties are shown in the detail pages. Meaning that in order to see the property distribution, users need to go to each and every single page. Also the rarity of an NFT is not solely based on its own property distribution but also its rarity’s standing (ranking) compared to the other NFTs property distribution in the collection. For the final rarity ranking calculation, the user needs to calculate the rarity of each and every NFT in the collection and finally find where the NFT the analyzing is ranked in the whole collection. Even though this process can be done manually in theory, in practise it takes simply too much time.

Solution: NFTinit analyzes the NFT collections, creates the rarity rankings forehand and while the users browse on the marketplace (Opensea) the rarity rankings are shown on the thumbnails of the NFTs which saves users tremendous amounts of time. Also by running the extension dashboard, NFTs are listed with their view, favourite, visit counts and rarity ranking. By using NFTinit, users can simply see all the data they need to analyze NFTs while scrolling.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NFTinit.com - NFT Rarity & Ranking Sniper NFTinit.com - NFT Rarity & Ranking Sniper
ID ddghbcppopahjjkmieoobdfhenllnmmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nftinitcom-nft-rarity-ran/ddghbcppopahjjkmieoobdfhenllnmmc
คำอธิบาย NFT Analytic Tool - Best Way to Find Rare NFTs
ขนาดไฟล์ 5.93 MB
จำนวนการติดตั้ง 8,425
เวอร์ชันปัจจุบัน 1.0.30.29
อัปเดตครั้งล่าสุด 2023-10-20
วันที่เผยแพร่ 2021-11-18
คะแนน 4.79/5 รวมทั้งหมด 92 คะแนน
ผู้พัฒนา NFTinit.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nftinit.com
URL หน้าช่วยเหลือ https://www.nftinit.com
URL หน้านโยบายความเป็นส่วนตัว https://www.nftinit.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NFTinit.com - NFT Rarity & Ranking Sniper",
    "description": "NFT Analytic Tool - Best Way to Find Rare NFTs",
    "version": "1.0.30.29",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/external\/jquery-3.3.1.min.js",
            "js\/external\/datatables.min.js",
            "js\/external\/dataTables.fixedColumns.min.js",
            "js\/external\/dataTables.fixedHeader.min.js",
            "js\/external\/dataTables.scrollResize.min.js",
            "js\/external\/jquery-ui.min.js",
            "js\/external\/resizable.min.js",
            "js\/external\/highcharts.js",
            "js\/external\/exporting.js",
            "js\/external\/export-data.js",
            "js\/external\/sweetalert.min.js",
            "js\/external\/jquery.ui.position.js",
            "js\/external\/jquery.contextMenu.min.js",
            "js\/project\/os_main.js",
            "js\/external\/bundle.js",
            "js\/project\/os_parser.js",
            "js\/external\/Variables.js",
            "js\/external\/web3.min.js",
            "js\/external\/popper.js",
            "js\/content.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.opensea.io\/*",
                "*:\/\/*.nftinit.io\/*",
                "*:\/\/*.blur.io\/*",
                "*:\/\/*.x2y2.io\/*",
                "*:\/\/*.looksrare.org\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.prod-api.kosetto.com\/*"
            ],
            "js": [
                "js\/external\/jquery-3.3.1.min.js",
                "js\/external\/datatables.min.js",
                "js\/external\/dataTables.fixedColumns.min.js",
                "js\/external\/dataTables.fixedHeader.min.js",
                "js\/external\/dataTables.scrollResize.min.js",
                "js\/external\/jquery-ui.min.js",
                "js\/external\/highcharts.js",
                "js\/external\/exporting.js",
                "js\/external\/export-data.js",
                "js\/external\/sweetalert.min.js",
                "js\/external\/jquery.ui.position.js",
                "js\/external\/jquery.contextMenu.min.js",
                "js\/external\/Variables.js",
                "js\/external\/web3.min.js",
                "js\/external\/bundle.js",
                "js\/project\/os_main.js",
                "js\/project\/os_parser.js",
                "js\/content.js",
                "js\/external\/popper.js"
            ],
            "run_at": "document_end",
            "css": [
                "css\/datatables.min.css",
                "css\/content.css",
                "css\/jquery.contextMenu.min.css",
                "css\/jquery-ui.css",
                "css\/styles.css",
                "css\/fixedHeader.dataTables.min.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "html\/Settings.html",
        "html\/EventFeed.html",
        "html\/MainFrame.html"
    ],
    "permissions": [
        "storage"
    ]
}