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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย muquifuler และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Descore: Stay safe on the web3

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}