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".
Снимки экрана расширения
Скачать файл 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 |
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" } } |