CardGenerator - VISA Credit Card Generator

Generate VISA credit card numbers with unqiue details such as name, zipcode, country, and address for testing and signup.

Что такое CardGenerator - VISA Credit Card Generator?

CardGenerator - VISA Credit Card Generator - это расширение Chrome, разработанное http://cardgenerator.org, и его основная функция - "Generate VISA credit card numbers with unqiue details such as name, zipcode, country, and address for testing and signup.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения CardGenerator - VISA Credit Card Generator

Скачайте файлы расширений CardGenerator - VISA Credit Card Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Using the card generator tool you can generate VISA 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.                    

Основная информация о расширении

Название CardGenerator - VISA Credit Card Generator CardGenerator - VISA Credit Card Generator
ID lcjmdbccjkeejdcdgnejhbecaealhkch
Официальный URL https://chrome.google.com/webstore/detail/cardgenerator-visa-credit/lcjmdbccjkeejdcdgnejhbecaealhkch
Описание Generate VISA credit card numbers with unqiue details such as name, zipcode, country, and address for testing and signup.
Размер файла 88.66 KB
Количество установок 140
Текущая Версия 1.0.0
Последнее Обновление 2022-03-30
Дата публикации 2022-03-30
Рейтинг 1.00/5 Всего 1 оценок
Разработчик http://cardgenerator.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://cardgenerator.org/
URL страницы помощи https://cardgenerator.org/contact
URL страницы политики конфиденциальности https://cardgenerator.org/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "name": "CardGenerator - VISA Credit Card Generator",
    "description": "Generate VISA credit card numbers with unqiue details such as name, zipcode, country, and address for testing and signup.",
    "version": "1.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "CardGenerator - VISA Credit Card Generator Tool",
        "default_icon": "favicon.png",
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/cardgenerator.org\/",
    "icons": {
        "128": "favicon.png"
    },
    "short_name": "VISA CardGenerator",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}