Credit Card Validator
Introducing Credit Card Validator, a Chrome extension for secure and efficient credit card number verification.
什么是Credit Card Validator?
Credit Card Validator是由https://creditcardgenerator.app开发的Chrome扩展程序,该扩展的主要功能是“Introducing Credit Card Validator, a Chrome extension for secure and efficient credit card number verification.”。
扩展截图
下载Credit Card Validator扩展crx文件
下载Credit Card Validator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Our Credit Card Validator let's you take your payment system testing and free trial activations to the next level. Created to ensure 100% valid credit card numbers, this powerful tool is your one-stop solution for efficient testing and validation processes. Features: Accurate Card Validation: Validate card numbers with precision and confidence, ensuring their correctness and authenticity. Efficient Testing: Streamline your testing processes by quickly verifying card details, including CVV, expiry date, and cardholder name. Secure and Reliable: Rest assured that your payment system is robust and error-free with thorough credit card validation. Simplified Free Trial Activations: Easily activate free trials using validated card numbers, eliminating the need for real payment information. Experience the ease and confidence of credit card validation with our Credit Card Validator. Upgrade your payment systems today. Visit our website at https://creditcardvalidator.app for more information and to get started.
扩展基本信息
名称 | Credit Card Validator |
ID | leeajmpojcofmlnfcklmphcjhmngnopc |
官方URL | https://chromewebstore.google.com/detail/credit-card-validator/leeajmpojcofmlnfcklmphcjhmngnopc |
简介 | Introducing Credit Card Validator, a Chrome extension for secure and efficient credit card number verification. |
文件大小 | 19.7 KB |
安装次数 | 31 |
当前版本 | 1.0 |
更新时间 | 2023-08-03 |
上架时间 | 2023-07-07 |
开发者 | https://creditcardgenerator.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://creditcardgenerator.app/credit-card-validator/ |
帮助页面URL | https://creditcardgenerator.app/contact/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Credit Card Validator", "version": "1.0", "manifest_version": 3, "description": "Introducing Credit Card Validator, a Chrome extension for secure and efficient credit card number verification.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |