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.

Was ist CardGenerator - Credit Card Generator Tool?

CardGenerator - Credit Card Generator Tool ist eine Chrome-Erweiterung, die von https://cardgenerator.org entwickelt wurde, und ihr Hauptmerkmal ist "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.".

Erweiterungsscreenshots

screenshot
screenshot

CardGenerator - Credit Card Generator Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie CardGenerator - Credit Card Generator Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name CardGenerator - Credit Card Generator Tool CardGenerator - Credit Card Generator Tool
ID clfepindjacbocfmmbojdkppjdalnpog
Offizielle URL https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog
Beschreibung Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.
Dateigröße 89.06 KB
Installationsanzahl 1,451
Aktuelle Version 1.0.1
Letztes Update 2021-12-23
Veröffentlichungsdatum 2021-06-22
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://cardgenerator.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://cardgenerator.org/
Hilfeseite URL https://cardgenerator.org/contact
URL der Datenschutzrichtlinien-Seite https://cardgenerator.org/privacy-policy
Unterstützte Sprachen 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'"
}