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" } } |