Descore: Stay safe on the web3

Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security

什么是Descore: Stay safe on the web3?

Descore: Stay safe on the web3是由muquifuler开发的Chrome扩展程序,该扩展的主要功能是“Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Descore: Stay safe on the web3扩展crx文件

下载Descore: Stay safe on the web3扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        When visiting the website, you will see a score based on the decentralization and security of the project's smart contracts, as well as information such as the document itself and the date.

The extension collects all the public information from the best auditors and shows you their information so you can make better decisions in less time.                    

扩展基本信息

名称 Descore: Stay safe on the web3 Descore: Stay safe on the web3
ID lbkcakgoppdhapjnjmcghhpfmjlfeceb
官方URL https://chromewebstore.google.com/detail/descore-stay-safe-on-the/lbkcakgoppdhapjnjmcghhpfmjlfeceb
简介 Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security
文件大小 768 KB
安装次数 66
当前版本 1.1
更新时间 2022-09-06
上架时间 2022-09-03
评分 5.00/5 共1次评分
开发者 muquifuler
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Descore: Stay safe on the web3",
    "description": "Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security",
    "version": "1.1",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "Descore: Stay safe on the web3",
        "default_icon": {
            "16": "descore.png",
            "32": "descore.png"
        }
    },
    "icons": {
        "16": "descore.png",
        "32": "descore.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    }
}