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

Wat is Descore: Stay safe on the web3?

Descore: Stay safe on the web3 is een Chrome-extensie ontwikkeld door muquifuler, en de belangrijkste functie is "Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Descore: Stay safe on the web3

Download Descore: Stay safe on the web3-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Descore: Stay safe on the web3 Descore: Stay safe on the web3
ID lbkcakgoppdhapjnjmcghhpfmjlfeceb
Officiële URL https://chromewebstore.google.com/detail/descore-stay-safe-on-the/lbkcakgoppdhapjnjmcghhpfmjlfeceb
Beschrijving Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security
Bestandsgrootte 768 KB
Aantal Installaties 66
Huidige Versie 1.1
Laatst Bijgewerkt 2022-09-06
Publicatiedatum 2022-09-03
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar muquifuler
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}