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.
Cos'è CardGenerator - Credit Card Generator Tool?
CardGenerator - Credit Card Generator Tool è un'estensione di Chrome sviluppata da https://cardgenerator.org, e la sua funzione principale è "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CardGenerator - Credit Card Generator Tool
Scarica i file di estensione CardGenerator - Credit Card Generator Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | CardGenerator - Credit Card Generator Tool |
ID | clfepindjacbocfmmbojdkppjdalnpog |
URL Ufficiale | https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog |
Descrizione | Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup. |
Dimensione del File | 89.06 KB |
Conteggio Installazioni | 1,451 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2021-12-23 |
Data di Pubblicazione | 2021-06-22 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://cardgenerator.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://cardgenerator.org/ |
URL della Pagina di Aiuto | https://cardgenerator.org/contact |
URL della Pagina della Politica sulla Privacy | https://cardgenerator.org/privacy-policy |
Lingue Supportate | 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'" } |