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

What is Descore: Stay safe on the web3?

Descore: Stay safe on the web3 is a Chrome extension developed by muquifuler, and its main feature is "Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Descore: Stay safe on the web3 Extension CRX File

Download Descore: Stay safe on the web3 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Descore: Stay safe on the web3 Descore: Stay safe on the web3
ID lbkcakgoppdhapjnjmcghhpfmjlfeceb
Official URL https://chromewebstore.google.com/detail/descore-stay-safe-on-the/lbkcakgoppdhapjnjmcghhpfmjlfeceb
Description Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security
File Size 768 KB
Installation Count 66
Current Version 1.1
Last Updated 2022-09-06
Publish Date 2022-09-03
Rating 5.00/5 Total 1 Ratings
Developer muquifuler
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}