CardGenerator - Credit Card Generator Tool
Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.
Τι είναι το CardGenerator - Credit Card Generator Tool;
Το CardGenerator - Credit Card Generator Tool είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cardgenerator.org, και η κύρια λειτουργία του είναι "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CardGenerator - Credit Card Generator Tool
Λήψη αρχείων επέκτασης CardGenerator - Credit Card Generator Tool σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Using the card generator tool you can generate cards details that are valid and can be created in bulk with unique details. These details are automatically converted into JSON, XML, and CSV format. You can create cards of all the major card issuer such as visa and many other. These card details can be used for testing and singing up on different places. Keep in mind that there is no monetary value attached to these card details so you won't be able to buy anything from them whether it is digital or physical. You can also use this card generator tool for bin search, validation, and checking. Other than that you can also validate your credit cards using your tools easily in a single click.
Βασικές Πληροφορίες Επέκτασης
Όνομα | CardGenerator - Credit Card Generator Tool |
ID | clfepindjacbocfmmbojdkppjdalnpog |
Επίσημο URL | https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog |
Περιγραφή | Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup. |
Μέγεθος Αρχείου | 89.06 KB |
Αριθμός Εγκαταστάσεων | 1,451 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2021-12-23 |
Ημερομηνία Δημοσίευσης | 2021-06-22 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://cardgenerator.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://cardgenerator.org/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://cardgenerator.org/contact |
URL της Σελίδας Πολιτικής Απορρήτου | https://cardgenerator.org/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "browser_action": { "default_icon": "favicon.png", "default_popup": "popup.html", "default_title": "CardGenerator - Credit Card Generator Tool" }, "description": "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.", "homepage_url": "https:\/\/cardgenerator.org\/", "icons": { "128": "favicon.png" }, "manifest_version": 2, "name": "CardGenerator - Credit Card Generator Tool", "short_name": "CardGenerator", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |