SUPERMACHINE - Generate Awesome AI Images
Using the most advanced AI technology, create awesome images for your work or hobbies.
Cos'è SUPERMACHINE - Generate Awesome AI Images?
SUPERMACHINE - Generate Awesome AI Images è un'estensione di Chrome sviluppata da Riku AI, e la sua funzione principale è "Using the most advanced AI technology, create awesome images for your work or hobbies.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SUPERMACHINE - Generate Awesome AI Images
Scarica i file di estensione SUPERMACHINE - Generate Awesome AI Images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is a handy chrome extension for SUPERMACHINE allowing you to generate images with AI from any website online! No need to break your own work flows and open a new tab, simply assign a shortcut to this extension and generate images like never before! Informazioni di Base sull'Estensione
| Nome | |
| ID | mbekpadgjphmkhdpnndkddhahincnogf |
| URL Ufficiale | https://chromewebstore.google.com/detail/supermachine-generate-awe/mbekpadgjphmkhdpnndkddhahincnogf |
| Descrizione | Using the most advanced AI technology, create awesome images for your work or hobbies. |
| Dimensione del File | 59.2 KB |
| Conteggio Installazioni | 297 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2023-09-17 |
| Data di Pubblicazione | 2023-09-15 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | Riku AI |
| [email protected] | |
| Tipo di Pagamento | in_app |
| Sito Web dell'Estensione | https://supermachine.art |
| URL della Pagina di Aiuto | https://supermachine.art/contact |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SUPERMACHINE - Generate Awesome AI Images",
"description": "Using the most advanced AI technology, create awesome images for your work or hobbies.",
"version": "0.2",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
}
},
"icons": {
"16": "images\/16x16.png",
"32": "images\/32x32.png",
"48": "images\/48x48.png",
"128": "images\/128x128.png"
},
"permissions": [
"activeTab",
"scripting"
]
} | |