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 |
Eメール | [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'" } |