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 là gì?
CardGenerator - Credit Card Generator Tool là một tiện ích mở rộng Chrome được phát triển bởi https://cardgenerator.org, và tính năng chính của nó là "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CardGenerator - Credit Card Generator Tool
Tải xuống các tệp mở rộng CardGenerator - Credit Card Generator Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CardGenerator - Credit Card Generator Tool |
ID | clfepindjacbocfmmbojdkppjdalnpog |
URL Chính Thức | https://chromewebstore.google.com/detail/cardgenerator-credit-card/clfepindjacbocfmmbojdkppjdalnpog |
Mô tả | Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup. |
Kích Thước Tệp | 89.06 KB |
Số Lần Cài Đặt | 1,451 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2021-12-23 |
Ngày Phát Hành | 2021-06-22 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://cardgenerator.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://cardgenerator.org/ |
URL Trang Trợ Giúp | https://cardgenerator.org/contact |
URL Trang Chính Sách Bảo Mật | https://cardgenerator.org/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |