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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cardgenerator.org และคุณลักษณะหลักของมันคือ "Generate credit card numbers with unqiue details such as name, zipcode, country, phone number, and address for testing and signup."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CardGenerator - Credit Card Generator Tool
ดาวน์โหลดไฟล์ส่วนขยาย 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'" } |