Blockem: Crypto Scam Blocker

Block socially engineered crypto scams for good.

Blockem: Crypto Scam Blocker क्या है?

Blockem: Crypto Scam Blocker https://blockem.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block socially engineered crypto scams for good."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Blockem: Crypto Scam Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Blockem is a scam blocker that blocks Cryptocurrency scams similar to how ad blocker blocks advertisements.

Blockem protects you from phishing scams, wallet emptiers, fraudulent NFT projects, and the majority of scams taking place on the Ethereum network.

Blockem knows who you can trust and who you cannot as a result of 1.5 Terabytes of transactions fed to its artificial intelligence. Just navigate to any site asking for your Ethereum, begin a purchase and Blockem will show you a trust score before a transaction ever takes place.

Use Blockem’s search engine feature to discover the trust score of wallet addresses and contract addresses.

Install Blockem’s extension free to block scams and feel peace of mind while navigating Web 3.                    

एक्सटेंशन की मूल जानकारी

नाम Blockem: Crypto Scam Blocker Blockem: Crypto Scam Blocker
ID ikkeadfgckgecaoeonolengmdhgccgmg
आधिकारिक URL https://chromewebstore.google.com/detail/blockem-crypto-scam-block/ikkeadfgckgecaoeonolengmdhgccgmg
विवरण Block socially engineered crypto scams for good.
फ़ाइल का आकार 2.3 MB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.3.5
अंतिम अपडेट 2023-01-24
प्रकाशन तिथि 2022-08-14
रेटिंग 4.78/5 कुल 41 रेटिंग्स
डेवलपर https://blockem.io
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://blockem.io
गोपनीयता नीति पृष्ठ URL https://app.blockem.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blockem: Crypto Scam Blocker",
    "description": "Block socially engineered crypto scams for good.",
    "version": "1.3.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": ".\/options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js",
                "eth-address-lookup.js"
            ],
            "css": [
                "lookup.css"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject-script.js",
                "static\/js\/foreground.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/devapp.blockem.io\/*",
            "*:\/\/dev.blockem.io\/*",
            "*:\/\/app.blockem.io\/*",
            "*:\/\/blockem.io\/*"
        ]
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    }
}