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

O que é Descore: Stay safe on the web3?

Descore: Stay safe on the web3 é uma extensão do Chrome desenvolvida por muquifuler, e sua principal característica é "Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Descore: Stay safe on the web3

Baixe arquivos de extensão Descore: Stay safe on the web3 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Descore: Stay safe on the web3 Descore: Stay safe on the web3
ID lbkcakgoppdhapjnjmcghhpfmjlfeceb
URL Oficial https://chromewebstore.google.com/detail/descore-stay-safe-on-the/lbkcakgoppdhapjnjmcghhpfmjlfeceb
Descrição Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security
Tamanho do Arquivo 768 KB
Contagem de Instalações 66
Versão Atual 1.1
Última Atualização 2022-09-06
Data de Publicação 2022-09-03
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor muquifuler
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}