Mint Pro
MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.
Τι είναι το Mint Pro;
Το Mint Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://lawyerd.net, και η κύρια λειτουργία του είναι "MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mint Pro
Λήψη αρχείων επέκτασης Mint Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The extension will make identifying and reporting fakes simple and intuitive. Here’s how it works: Once the extension is installed, users can navigate to mint websites where the extension verifies whether the site is real or a fraud. If a site is real, the widget will display This mint is original. However, if the site is unverified, it will display This mint looks suspicious. Additionally, users are given the option to mark a website as suspicious. This report is processed and verified by Lawyerd!, and then reported to the mint’s original owners.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mint Pro |
ID | ddgpekpkkbnllljheopmlgbcbicnpagc |
Επίσημο URL | https://chromewebstore.google.com/detail/mint-pro/ddgpekpkkbnllljheopmlgbcbicnpagc |
Περιγραφή | MintPRO - check your mint. It scans minting websites on malicious code and unusual practices. |
Μέγεθος Αρχείου | 1.33 MB |
Αριθμός Εγκαταστάσεων | 11 |
Τρέχουσα Έκδοση | 0.0.3 |
Τελευταία Ενημέρωση | 2022-10-10 |
Ημερομηνία Δημοσίευσης | 2022-07-26 |
Αξιολόγηση | 4.78/5 Συνολικά 18 Αξιολογήσεις |
Προγραμματιστής | https://lawyerd.net |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://lawyerd.fra1.digitaloceanspaces.com/Privacy%20Policy.pdf |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "src\/icons\/48.png", "default_popup": "src\/dashboard\/dashboard.html", "default_title": "Mint Pro" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "src\/browser\/content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "MintPRO - check your mint. It scans minting websites on malicious code and unusual practices.", "homepage_url": "https:\/\/t.me\/LokaDoka", "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "128": "src\/icons\/128.png", "16": "src\/icons\/16.png", "32": "src\/icons\/32.png", "48": "src\/icons\/48.png" }, "manifest_version": 3, "name": "Mint Pro", "permissions": [ "declarativeContent", "tabs" ], "version": "0.0.3", "web_accessible_resources": [ { "matches": [ " |