Inspect - Crypto | NFTs | DeFi | Web3

Unlock the Power of Crypto with Inspect - The Pulse of Web3

Inspect - Crypto | NFTs | DeFi | Web3란 무엇입니까?

Inspect - Crypto | NFTs | DeFi | Web3은(는) https://inspect.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unlock the Power of Crypto with Inspect - The Pulse of Web3"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Inspect - Crypto | NFTs | DeFi | Web3 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        How to use it? 
1️⃣ Click the "Add to Chrome" button above.
2️⃣ Go to twitter.com (X) and refresh the page.
3️⃣ Voila! Finished. Start exploring Web3 like never before.

Embrace the crypto and NFT future with Inspect, your premier Chrome extension for everything Web3. Immerse yourself in real-time insights, follow the smart money, and stay informed about the latest trends in crypto and NFTs.

➠ Real-time, on-chain insights for any token, NFT, & trader.
➠ Monitor smart money, be ahead of the curve
➠ Turn your live social feed into signals

🚀 Key Features:
1. Crypto Analytics: Stay ahead of the game with real-time, on-chain insights for any token, NFT, or trader.
2. Web3 Integration: Seamlessly integrate with your favorite platforms, including X (Twitter) and other social media sites.
3. NFT Personalization: Turn your social media feed into a canvas of personalized NFT profile pictures.
4. Advanced UI: Access an advanced user interface layer for enhanced crypto trading experiences.(The layer 2 built for SocialFi)
5. Premium Subscriptions: Unlock premium features and analytics for a deeper understanding of the market.
6. Trading Hub: Trade on-chain with customizable dashboards powered by data-driven decision-making.

Trade on-chain with customizable dashboards. Powered by informed decision-making to maximize your potential.

Whether you're a crypto enthusiast, a DeFi trader, or an NFT collector, Inspect is your all-in-one solution for navigating the exciting world of cryptocurrency. Join our growing community and supercharge your crypto journey today!                    

확장 프로그램 기본 정보

이름 Inspect - Crypto | NFTs | DeFi | Web3 Inspect - Crypto | NFTs | DeFi | Web3
ID kamfleanhcmjelnhaeljonilnmjpkcjc
공식 URL https://chromewebstore.google.com/detail/inspect-crypto-nfts-defi/kamfleanhcmjelnhaeljonilnmjpkcjc
설명 Unlock the Power of Crypto with Inspect - The Pulse of Web3
파일 크기 1.96 MB
설치 횟수 55,707
현재 버전 0.0.99
최근 업데이트 2024-03-03
출시 날짜 2022-02-15
평점 4.86/5 총 3892 개의 평점
개발자 https://inspect.xyz
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.inspect.xyz
도움말 페이지 URL https://www.inspect.xyz
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Inspect - Crypto | NFTs | DeFi | Web3",
    "description": "Unlock the Power of Crypto with Inspect - The Pulse of Web3",
    "version": "0.0.99",
    "icons": {
        "16": "inspect_16.png",
        "48": "inspect_48.png",
        "128": "inspect_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "https:\/\/twitter.com\/*",
        "https:\/\/www.twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "js": [
                "js\/content_script.js",
                "js\/vendor.js",
                "js\/web3.min.js",
                "js\/ethers.min.js"
            ],
            "css": [
                "css\/twitter.css",
                "css\/loading.css"
            ]
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "resources": [
                "auth.html",
                "js\/inject_script.js",
                "jsx\/inject.js",
                "js\/web3.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/inspect.xyz\/*",
                "https:\/\/www.inspect.xyz\/*"
            ],
            "resources": [
                "auth.html",
                "js\/inject_script.js",
                "jsx\/inject.js",
                "js\/web3.min.js"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlAd\/YMQi+vzVXQtNac73Q40lWvrYfKJPj6BIbL+Kn1R1a2YMr4ho4Brpxh+I30ctLN9p1AAS0SZuuj5RqPPVjIhlll1IjJeaQ+yE96+HElJsMCoZT+9XNiCYD2QmIwDxE5Ip3QZcd1yoNScKd8j3Yeu+VVOI+g08K4KmaH0IQaBPjugXDrFmayR7ZgAYqmTokDbvzU1j7HqDBLHKew3EUIapWoJ5iYZmglHtAVRl0QOOdoRFACL6sF7CtfN\/217oqrPyODACAx\/jUXg2eSqOF12\/9ODE7F6qDBrP1z3UXllLe6N+EpN1UAYIwI5JfT15yMOwxEwq9VmdMyz\/M\/LRPwIDAQAB"
}