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.

Vad är CardGenerator - Credit Card Generator Tool?

CardGenerator - Credit Card Generator Tool är en Chrome-tillägg utvecklad av https://cardgenerator.org, och dess huvudfunktion är "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner CardGenerator - Credit Card Generator Tool-förlängningens CRX-fil

Ladda ner CardGenerator - Credit Card Generator Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn CardGenerator - Credit Card Generator Tool CardGenerator - Credit Card Generator Tool
ID clfepindjacbocfmmbojdkppjdalnpog
Officiell webbadress https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog
Beskrivning Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.
Filstorlek 89.06 KB
Antal Installationer 1,451
Aktuell Version 1.0.1
Senast Uppdaterad 2021-12-23
Publiceringsdatum 2021-06-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://cardgenerator.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://cardgenerator.org/
Hjälpsida URL https://cardgenerator.org/contact
URL till Sekretesspolicy Sidan https://cardgenerator.org/privacy-policy
Stödda Språk 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'"
}