AegisWeb3

Realtime scam tokens and phishing sites detection

AegisWeb3 क्या है?

AegisWeb3 https://www.aegisweb3.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Realtime scam tokens and phishing sites detection"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        AegisWeb3—Safeguard Your Web3 Exploration.
 
AegisWeb3 was incubated by PeckShield, a leading blockchain security company. It can provide users with real-time scam token detection, phishing website identification and interception. This is a free cyber security tool for all types of web3 users, protecting you from various cyber attacks and phishing scams that allow you to freely swap, mint, stake and explore web3 on chrome.

What can AegisWeb3 do?
Realtime Anti-phishing: Our advanced machine learning algorithms vigilantly scan for suspicious activity 24/7, keeping you secure from sophisticated phishing scams, providing unmatched security for your crypto assets.

Transaction Simulation: Simulates the transaction, and displays the coming results for your review and confirmation. Bring the clarity and certainty for complex signatures.

Approval Revoke: Easily inspect and revoke your risky Approval. Prevent potential threats to your funds by terminating risky permissions.

Smart Contract Examination: Gain valuable insights into contract security, liquidity, and transaction flow with just one click.

Report Risks: Users can report blockchain scams such as phishing websites and scam websites, our professional personnel will follow up and verify the reports.

AegisWeb3 currently supports Ethereum, BNB Chain, Polygon, Fantom and more chains such as Avalanche, Arbitrum, Optimism and Cronos will be added in the future.
 
For more information, please visit our website or follow us on social media:
Website: https://www.aegisweb3.com
Twitter: https://twitter.com/AegisWeb3
Telegram: https://t.me/peckshield                    

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

नाम AegisWeb3 AegisWeb3
ID dakkielolpafjbgnjnakddabmbbkcioe
आधिकारिक URL https://chromewebstore.google.com/detail/aegisweb3/dakkielolpafjbgnjnakddabmbbkcioe
विवरण Realtime scam tokens and phishing sites detection
फ़ाइल का आकार 1.56 MB
स्थापना संख्या 171,882
वर्तमान संस्करण 0.6.29
अंतिम अपडेट 2024-01-09
प्रकाशन तिथि 2022-04-01
रेटिंग 4.78/5 कुल 131 रेटिंग्स
डेवलपर https://www.aegisweb3.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.aegisweb3.com/
सहायता पृष्ठ URL https://www.aegisweb3.com/
गोपनीयता नीति पृष्ठ URL https://aegisweb3.com/privacy.html
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/aegisweb3.com\/",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/approve.aegisweb3.com\/*"
    ],
    "icons": {
        "16": "icons\/favicon_16.png",
        "32": "icons\/favicon_32.png",
        "64": "icons\/favicon_64.png",
        "128": "icons\/favicon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/favicon_16.png",
            "38": "icons\/favicon_32.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/localhost\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/simulation.js"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self';script-src 'self'; connect-src http:\/\/www.google-analytics.com https:\/\/aegis-static.oss-accelerate.aliyuncs.com https:\/\/approve.aegisweb3.com; style-src 'self' 'unsafe-inline'; img-src 'self' https:\/\/static.chainbase.online https:\/\/aegis-static.oss-cn-hongkong.aliyuncs.com chrome:\/\/extension-icon;"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*.*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "img\/*.*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "phishing.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "js\/bundle.js",
                "img\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "0.6.29"
}