eBank AI Art Generator
Create Beautiful AI Art and Search AI Community Art
What is eBank AI Art Generator?
eBank AI Art Generator is a Chrome extension developed by https://ebank.nz, and its main feature is "Create Beautiful AI Art and Search AI Community Art".
Extension Screenshots
Download eBank AI Art Generator Extension CRX File
Download eBank AI Art 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
Create Beautiful AI Art right from any selected text or use any prompt you like! Search Community AI Art to get inspired! Leading AI Art Generator creates 1024px square or even 1080p HD AI Art in 16:9 and 9:16 - landscape or portrait. AI Art Made Easy.
Extension Basic Information
Name | eBank AI Art Generator |
ID | hplpefccoffldpmnfckfmbhaglfeebjc |
Official URL | https://chromewebstore.google.com/detail/ebank-ai-art-generator/hplpefccoffldpmnfckfmbhaglfeebjc |
Description | Create Beautiful AI Art and Search AI Community Art |
File Size | 140 KB |
Installation Count | 88 |
Current Version | 4 |
Last Updated | 2023-09-12 |
Publish Date | 2023-09-11 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://ebank.nz |
[email protected] | |
Payment Type | in_app |
Extension Website | https://ebank.nz |
Help Page URL | https://netwrck.com/ |
Privacy Policy Page URL | https://netwrck.com/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "eBank AI Art Generator", "description": "Create Beautiful AI Art and Search AI Community Art", "version": "4", "manifest_version": 3, "permissions": [ "contextMenus" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": "ebank-logo-48.png", "default_title": "Make AI Art" }, "icons": { "128": "ebank-logo-128.png", "64": "ebank-logo-64.png", "60": "ebank-logo-60.png", "48": "ebank-logo-48.png", "16": "ebank-logo-16.png" } } |