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

Was ist Descore: Stay safe on the web3?

Descore: Stay safe on the web3 ist eine Chrome-Erweiterung, die von muquifuler entwickelt wurde, und ihr Hauptmerkmal ist "Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Descore: Stay safe on the web3-Erweiterungs-CRX-Datei herunterladen

Laden Sie Descore: Stay safe on the web3-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Descore: Stay safe on the web3 Descore: Stay safe on the web3
ID lbkcakgoppdhapjnjmcghhpfmjlfeceb
Offizielle URL https://chromewebstore.google.com/detail/descore-stay-safe-on-the/lbkcakgoppdhapjnjmcghhpfmjlfeceb
Beschreibung Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security
Dateigröße 768 KB
Installationsanzahl 66
Aktuelle Version 1.1
Letztes Update 2022-09-06
Veröffentlichungsdatum 2022-09-03
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler muquifuler
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}