A3GIS - Web3 Scam Shield

Real-Time protection from scams. Community Powered.

什么是A3GIS - Web3 Scam Shield?

A3GIS - Web3 Scam Shield是由https://a3gis.io开发的Chrome扩展程序,该扩展的主要功能是“Real-Time protection from scams. Community Powered.”。

扩展截图

screenshot

下载A3GIS - Web3 Scam Shield扩展crx文件

下载A3GIS - Web3 Scam Shield扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        A3GIS Browser Security - a cyber security solution for in-browser harmful site blocking. Our Community-Powered protection ensures you have the best shield against scams in Real Time.  

Protect yourself from scams by simply downloading the free A3GIS extension.

1. Blocks high risk sites automatically and notifies you. 
2. Real-Time scam database powered by the community.
3. Scam sites and NFT collections are verified by our experienced team dedicated to uncovering and stopping the latest Web3 scams.

Compatible with any blockchain including Solana and Ethereum. 

*Disclaimer*: *Risk scores are determined based on available data; a “high risk” rating does not guarantee that the site is a scam and a “low risk” rating does not guarantee safety.*                    

扩展基本信息

名称 A3GIS - Web3 Scam Shield A3GIS - Web3 Scam Shield
ID amncfglkdfkfjagciliapaeiikcocmej
官方URL https://chromewebstore.google.com/detail/a3gis-web3-scam-shield/amncfglkdfkfjagciliapaeiikcocmej
简介 Real-Time protection from scams. Community Powered.
文件大小 312 KB
安装次数 172
当前版本 0.0.0.3
更新时间 2022-09-14
上架时间 2022-08-04
评分 5.00/5 共7次评分
开发者 https://a3gis.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://a3gis.io
隐私政策页面URL https://a3gis.io/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "A3GIS - Web3 Scam Shield",
    "description": "Real-Time protection from scams. Community Powered.",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/src\/scripts\/background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ext-worker.rugblocker.workers.dev\/"
    ],
    "action": {
        "default_popup": "\/src\/app.html",
        "default_icon": {
            "16": "\/images\/logo16gray.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}