TwitterScan - Find NFT Gems & Trending Tokens

Check the social media score and marketing info of NFT assets

TwitterScan - Find NFT Gems & Trending Tokensคืออะไร?

TwitterScan - Find NFT Gems & Trending Tokens เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://twitterscan.com และคุณลักษณะหลักของมันคือ "Check the social media score and marketing info of NFT assets"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TwitterScan - Find NFT Gems & Trending Tokens

ดาวน์โหลดไฟล์ส่วนขยาย TwitterScan - Find NFT Gems & Trending Tokens ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Find NFT Gems & Trending Tokens in Web3

In the NFT market, rarity and price are also closely linked. Although the value of an NFT artwork is often determined by various factors such as utility, holders, rarity, supply and demand, future value, liquidity premium, technical level, artistry and culture. Among the above factors, Only the liquidity premium and rarity are quantifiable. NFT rarity can affect the price of NFTs.

Gas Price: Display the current Gas Price at the position of the plug-in icon, which is convenient for understanding the current congestion status of the Ethernet network or Bitcoin network, thereby reducing additional Gas costs.

Rarity: Query the rarity of NFT and give a Rank value, which helps you to evaluate the NFT.

Floor Price: The Floor Price of NFT is displayed directly showing on the webpage.

Support NFT platforms:
- opensea.io
- mintverse.com
- looksrare.org
- element.market
- x2y2.io

Twitter tools:
- Custom Twitter user alias
- Tag high-value user groups
- View KOL、NFT Project Data by TwitterScan datasource

Premint.xyz  tools:
 - Show whale followers of nft project, Raffle entered, winning rate
- Filter NFT projects by whale volume                    

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

ชื่อ TwitterScan - Find NFT Gems & Trending Tokens TwitterScan - Find NFT Gems & Trending Tokens
ID dmlbdfmbofhfnkneodciekpgaacbgdfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/twitterscan-find-nft-gems/dmlbdfmbofhfnkneodciekpgaacbgdfo
คำอธิบาย Check the social media score and marketing info of NFT assets
ขนาดไฟล์ 1.47 MB
จำนวนการติดตั้ง 2,567
เวอร์ชันปัจจุบัน 0.3.31
อัปเดตครั้งล่าสุด 2024-01-21
วันที่เผยแพร่ 2022-05-30
คะแนน 5.00/5 รวมทั้งหมด 346 คะแนน
ผู้พัฒนา https://twitterscan.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitterscan.com/view/chrome_extension
ภาษาที่รองรับ en
manifest.json
{
    "version": "0.3.31",
    "manifest_version": 3,
    "name": "TwitterScan - Find NFT Gems & Trending Tokens",
    "description": "Check the social media score and marketing info of NFT assets",
    "host_permissions": [
        "*:\/\/api.traitsniper.com\/api\/*",
        "*:\/\/api.opensea.io\/api\/*",
        "*:\/\/twitterscan.com\/parcae-api\/*",
        "*:\/\/*.element.market\/*"
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "icons": {
        "16": "\/assets\/image\/logo\/app-16.png",
        "32": "\/assets\/image\/logo\/app-32.png",
        "48": "\/assets\/image\/logo\/app-48.png",
        "128": "\/assets\/image\/logo\/app-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "\/assets\/image\/logo\/app-32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentGlobal.bundle.js"
            ],
            "css": [
                "assets\/css\/content\/global\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/opensea.io\/*",
                "*:\/\/www.mintverse.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "assets\/css\/content\/nft-marketplace\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/looksrare.org\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "assets\/css\/content\/nft-marketplace\/style.css",
                "assets\/css\/content\/nft-marketplace\/looksrare\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.element.market\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "assets\/css\/content\/nft-marketplace\/style.css",
                "assets\/css\/content\/nft-marketplace\/element-market\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.x2y2.io\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "assets\/css\/content\/nft-marketplace\/style.css",
                "assets\/css\/content\/nft-marketplace\/x2y2-io\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "assets\/css\/content\/twitter\/style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.premint.xyz\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "assets\/css\/content\/premint-xyz\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/image\/**\/*"
            ],
            "matches": [
                "*:\/\/*.opensea.io\/*",
                "*:\/\/www.mintverse.com\/*",
                "*:\/\/looksrare.org\/*",
                "*:\/\/*.twitter.com\/*",
                "*:\/\/*.premint.xyz\/*",
                "*:\/\/*.element.market\/*",
                "*:\/\/*.x2y2.io\/*"
            ]
        }
    ]
}