Credit Card Generator
This extension generate test credit cards
What is Credit Card Generator?
Credit Card Generator is a Chrome extension developed by https://acabeza.es, and its main feature is "This extension generate test credit cards".
Extension Screenshots
Download Credit Card Generator Extension CRX File
Download Credit Card Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allow to generate multiple credit cards for testing purpose
Extension Basic Information
Name | Credit Card Generator |
ID | gcdfpaeecjlihblmdbjbmaobeakbiaoo |
Official URL | https://chromewebstore.google.com/detail/credit-card-generator/gcdfpaeecjlihblmdbjbmaobeakbiaoo |
Description | This extension generate test credit cards |
File Size | 290 KB |
Installation Count | 1,313 |
Current Version | 1.2 |
Last Updated | 2022-01-27 |
Publish Date | 2021-11-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://acabeza.es |
[email protected] | |
Payment Type | free |
Extension Website | https://www.acabeza.es/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Credit Card Generator", "description": "This extension generate test credit cards", "version": "1.2", "browser_action": { "default_icon": "cc-generator-icon.png", "default_popup": "index.html" }, "permissions": [], "content_security_policy": "script-src 'self'; object-src 'self'" } |