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
¿Qué es Descore: Stay safe on the web3?
Descore: Stay safe on the web3 es una extensión de Chrome desarrollada por muquifuler, y su función principal es "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 Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Descore: Stay safe on the web3
Descarga archivos de extensión Descore: Stay safe on the web3 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Descore: Stay safe on the web3 |
ID | lbkcakgoppdhapjnjmcghhpfmjlfeceb |
URL Oficial | https://chromewebstore.google.com/detail/descore-stay-safe-on-the/lbkcakgoppdhapjnjmcghhpfmjlfeceb |
Descripción | Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security |
Tamaño del Archivo | 768 KB |
Cantidad de Instalaciones | 66 |
Versión Actual | 1.1 |
Última Actualización | 2022-09-06 |
Fecha de Publicación | 2022-09-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | muquifuler |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |