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.
¿Qué es CardGenerator - Credit Card Generator Tool?
CardGenerator - Credit Card Generator Tool es una extensión de Chrome desarrollada por https://cardgenerator.org, y su función principal es "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión CardGenerator - Credit Card Generator Tool
Descarga archivos de extensión CardGenerator - Credit Card Generator Tool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | CardGenerator - Credit Card Generator Tool |
ID | clfepindjacbocfmmbojdkppjdalnpog |
URL Oficial | https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog |
Descripción | Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup. |
Tamaño del Archivo | 89.06 KB |
Cantidad de Instalaciones | 1,451 |
Versión Actual | 1.0.1 |
Última Actualización | 2021-12-23 |
Fecha de Publicación | 2021-06-22 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://cardgenerator.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://cardgenerator.org/ |
URL de la Página de Ayuda | https://cardgenerator.org/contact |
URL de la Página de Política de Privacidad | https://cardgenerator.org/privacy-policy |
Idiomas Soportados | 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'" } |