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"입니다.
확장 프로그램 스크린샷
Descore: Stay safe on the web3 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } } |