MetaSuites - Builders' Swiss Army Knife

Integrating 30+ popular Web3 and AI Tools, 300M+ Address Labels, and the Fund Flow Map into a single extension.

O que é MetaSuites - Builders' Swiss Army Knife?

MetaSuites - Builders' Swiss Army Knife é uma extensão do Chrome desenvolvida por https://blocksec.com, e sua principal característica é "Integrating 30+ popular Web3 and AI Tools, 300M+ Address Labels, and the Fund Flow Map into a single extension.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MetaSuites - Builders' Swiss Army Knife

Baixe arquivos de extensão MetaSuites - Builders' Swiss Army Knife no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        What's new: 

● Resolve the issue of incorrect redirection of Phalcon links.


Features:

● Fund flow chart that gives you a visual presentation of the fund movement between addresses.
● Additional address labels for millions of addresses, including those belonging to exchanges, scammers, and hackers, to help you stay informed and safe.
● Display NFT comprehensive risk radar chart quantifying on-chain risk, off-chain risk, and market risk.
● Address risk scores that are automatically displayed to help you make informed decisions about interacting with certain addresses.
● Powerful search engine that allows you to easily find addresses, Txn hashes, NFTs, and ENS names all in one place.
● Support approval diagnosis that marks suspicious or risky approvals for you.
● Customizable time zones to match your location.
● Show nft marketplaces and the floor price of NFTs on Etherscan.
● Seamless integration with other great tools such as DeBank, Dedaub, Phalcon, MetaSleuth, Forta and Tenderly.
● Etherscan data download, Export data from etherscan transaction lists in CSV or JSON format.
● Show private variables on the read contract tab, and Quick format parameters on the write contract tab.
● Source code and ABI download, you can easily download the source code or ABI of verified contracts.
● Access alternative block explorers the Eden Network and Flashbots Explorer with one click.
● Variable Logs allows you to query the history of any variable.
● Support transaction simulation powered by Phalcon team.
● "Transaction Explanation"(powered by GPT) allows you to understand exactly what happened within a blockchain transaction. You don't need to have a highly specialized background to effortlessly analyze specific activities on the chain. It's especially useful for verifying whether the transactions occurring in your wallet align with your expectations.
● Show contract funding source on *scans.
● Show proxy upgrade log.

How it works

MetaSuites provides enhanced features when users visit Etherscan, Basescan, Bscscan, and *scans of many other EVM-compatible blockchains. These features are transparently integrated into the blockchain explorers, improving the user experience in a natural and non-intrusive way.

Privacy Policy

We take user privacy very seriously. 
● Users can opt out MetaSuites's every feature at any time
● MetaSuites neither collects nor uploads user information
● MetaSuites functions seamlessly on all major blockchain browsers and offers the capability to be conveniently disabled on any website.                    

Informações Básicas da Extensão

Nome MetaSuites - Builders' Swiss Army Knife MetaSuites - Builders' Swiss Army Knife
ID fkhgpeojcbhimodmppkbbliepkpcgcoo
URL Oficial https://chromewebstore.google.com/detail/metasuites-builders-swiss/fkhgpeojcbhimodmppkbbliepkpcgcoo
Descrição Integrating 30+ popular Web3 and AI Tools, 300M+ Address Labels, and the Fund Flow Map into a single extension.
Tamanho do Arquivo 1.7 MB
Contagem de Instalações 10,000
Versão Atual 4.6.0
Última Atualização 2024-02-02
Data de Publicação 2022-11-14
Classificação 4.94/5 Total de 33 Avaliações
Desenvolvedor https://blocksec.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://blocksec.com/metasuites
URL da Página de Política de Privacidade https://blocksec.com/metadock/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MetaSuites - Builders' Swiss Army Knife",
    "description": "Integrating 30+ popular Web3 and AI Tools, 300M+ Address Labels, and the Fund Flow Map into a single extension.",
    "version": "4.6.0",
    "manifest_version": 3,
    "icons": {
        "16": "src\/assets\/icons\/icon16.png",
        "32": "src\/assets\/icons\/icon32.png",
        "48": "src\/assets\/icons\/icon48.png",
        "64": "src\/assets\/icons\/icon64.png",
        "128": "src\/assets\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "bundle\/index.all_frames.ts-loader.83d99cf7.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "css": [
                "bundle\/graph.113fb4d3.css",
                "bundle\/copy-address.3f66bf94.css",
                "bundle\/index.all_frames.9719f9fc.css"
            ]
        },
        {
            "js": [
                "bundle\/index.ts-loader.a2d70343.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": false,
            "css": [
                "bundle\/graph.113fb4d3.css",
                "bundle\/copy-address.3f66bf94.css",
                "bundle\/index.15225d46.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/assets\/images\/*.png",
                "src\/assets\/js\/*.js"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "bundle\/index.9a8f60dc.js",
                "bundle\/copy-address.dda213f5.js",
                "bundle\/graph.f91c32dc.js",
                "bundle\/jsx-runtime.c87e712f.js",
                "bundle\/index.7f3a8785.js",
                "bundle\/_commonjsHelpers.44ea47ef.js",
                "bundle\/index.all_frames.ts.0949b9ba.js",
                "bundle\/index.ts.911c6ac5.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon16.png",
            "32": "src\/assets\/icons\/icon32.png",
            "48": "src\/assets\/icons\/icon48.png",
            "64": "src\/assets\/icons\/icon64.png",
            "128": "src\/assets\/icons\/icon128.png"
        }
    },
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        ""
    ]
}