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.
什么是CardGenerator - Credit Card Generator Tool?
CardGenerator - Credit Card Generator Tool是由https://cardgenerator.org开发的Chrome扩展程序,该扩展的主要功能是“Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.”。
扩展截图
下载CardGenerator - Credit Card Generator Tool扩展crx文件
下载CardGenerator - Credit Card Generator Tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | CardGenerator - Credit Card Generator Tool |
ID | clfepindjacbocfmmbojdkppjdalnpog |
官方URL | https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog |
简介 | Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup. |
文件大小 | 89.06 KB |
安装次数 | 1,451 |
当前版本 | 1.0.1 |
更新时间 | 2021-12-23 |
上架时间 | 2021-06-22 |
评分 | 5.00/5 共2次评分 |
开发者 | https://cardgenerator.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cardgenerator.org/ |
帮助页面URL | https://cardgenerator.org/contact |
隐私政策页面URL | https://cardgenerator.org/privacy-policy |
支持的语言 | 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'" } |