MetaSuites - Builders' Swiss Army Knife

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

What is MetaSuites - Builders' Swiss Army Knife?

MetaSuites - Builders' Swiss Army Knife is a Chrome extension developed by https://blocksec.com, and its main feature is "Integrating 30+ popular Web3 and AI Tools, 300M+ Address Labels, and the Fund Flow Map into a single extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download MetaSuites - Builders' Swiss Army Knife Extension CRX File

Download MetaSuites - Builders' Swiss Army Knife extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name MetaSuites - Builders' Swiss Army Knife MetaSuites - Builders' Swiss Army Knife
ID fkhgpeojcbhimodmppkbbliepkpcgcoo
Official URL https://chromewebstore.google.com/detail/metasuites-builders-swiss/fkhgpeojcbhimodmppkbbliepkpcgcoo
Description Integrating 30+ popular Web3 and AI Tools, 300M+ Address Labels, and the Fund Flow Map into a single extension.
File Size 1.7 MB
Installation Count 10,000
Current Version 4.6.0
Last Updated 2024-02-02
Publish Date 2022-11-14
Rating 4.94/5 Total 33 Ratings
Developer https://blocksec.com
Email [email protected]
Payment Type free
Extension Website https://blocksec.com/metasuites
Privacy Policy Page URL https://blocksec.com/metadock/privacy-policy
Supported Languages 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": [
        ""
    ]
}