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

Descore: Stay safe on the web3とは何ですか?

Descore: Stay safe on the web3はmuquifulerによって開発されたChromeの拡張機能で、その主な機能は「Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Descore: Stay safe on the web3拡張機能のCRXファイルをダウンロード

Descore: Stay safe on the web3拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Descore: Stay safe on the web3 Descore: Stay safe on the web3
ID lbkcakgoppdhapjnjmcghhpfmjlfeceb
公式URL https://chromewebstore.google.com/detail/descore-stay-safe-on-the/lbkcakgoppdhapjnjmcghhpfmjlfeceb
説明 Identifies possible vulnerabilities in web 3.0 and returns a result that can range from 0 to 100, indicating the level of security
ファイルサイズ 768 KB
インストール数 66
現在のバージョン 1.1
最終更新日 2022-09-06
公開日 2022-09-03
評価 5.00/5 合計 1 レビュー
開発者 muquifuler
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}