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.

What is CardGenerator - Credit Card Generator Tool?

CardGenerator - Credit Card Generator Tool is a Chrome extension developed by https://cardgenerator.org, and its main feature is "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.".

Extension Screenshots

screenshot
screenshot

Download CardGenerator - Credit Card Generator Tool Extension CRX File

Download CardGenerator - Credit Card Generator Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name CardGenerator - Credit Card Generator Tool CardGenerator - Credit Card Generator Tool
ID clfepindjacbocfmmbojdkppjdalnpog
Official URL 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.
File Size 89.06 KB
Installation Count 1,451
Current Version 1.0.1
Last Updated 2021-12-23
Publish Date 2021-06-22
Rating 5.00/5 Total 2 Ratings
Developer https://cardgenerator.org
Email [email protected]
Payment Type free
Extension Website https://cardgenerator.org/
Help Page URL https://cardgenerator.org/contact
Privacy Policy Page URL https://cardgenerator.org/privacy-policy
Supported Languages 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'"
}