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'est-ce que CardGenerator - Credit Card Generator Tool ?

CardGenerator - Credit Card Generator Tool est une extension Chrome développée par https://cardgenerator.org, et sa fonction principale est "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension CardGenerator - Credit Card Generator Tool

Téléchargez les fichiers d'extension CardGenerator - Credit Card Generator Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom CardGenerator - Credit Card Generator Tool CardGenerator - Credit Card Generator Tool
ID clfepindjacbocfmmbojdkppjdalnpog
URL Officiel https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog
Description Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.
Taille du Fichier 89.06 KB
Nombre d'Installations 1,451
Version Actuelle 1.0.1
Dernière Mise à Jour 2021-12-23
Date de Publication 2021-06-22
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://cardgenerator.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://cardgenerator.org/
URL de la Page d'Aide https://cardgenerator.org/contact
URL de la Page de Politique de Confidentialité https://cardgenerator.org/privacy-policy
Langues Prises en Charge 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'"
}