Painter007 & Stable Diffusion Sidebar
Painter007 & Stable Diffusion & Midjourney AI
What is Painter007 & Stable Diffusion Sidebar?
Painter007 & Stable Diffusion Sidebar is a Chrome extension developed by https://saas-ai.website, and its main feature is "Painter007 & Stable Diffusion & Midjourney AI".
Extension Screenshots
Download Painter007 & Stable Diffusion Sidebar Extension CRX File
Download Painter007 & Stable Diffusion Sidebar 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
Painter007 add-on is a creative tool. It is powered by state-of-the-art Stable Diffusion AI. Supports AI Models: ✅ Stable Diffusion img-to-img AI. ✅ Instruct-pix2pix AI model. ✅ Scribble Diffusion AI model. ✅ Style-Based Regression Model. The AI is an AI that generates creative pictures, similar to openai's dalle2 ai. Paint something, and smear picture, get surprising results. Paint your dream!
Extension Basic Information
Name | Painter007 & Stable Diffusion Sidebar |
ID | bdlfdkjgnmdigpfmhomklccjkmjleopk |
Official URL | https://chromewebstore.google.com/detail/painter007-stable-diffusi/bdlfdkjgnmdigpfmhomklccjkmjleopk |
Description | Painter007 & Stable Diffusion & Midjourney AI |
File Size | 29.06 KB |
Installation Count | 35 |
Current Version | 1.6 |
Last Updated | 2024-01-03 |
Publish Date | 2023-03-01 |
Developer | https://saas-ai.website |
[email protected] | |
Payment Type | in_app |
Extension Website | https://saas-ai1.web.app/#stable-diffusion |
Help Page URL | https://saas-ai1.web.app/support.html |
Privacy Policy Page URL | https://saas-ai1.web.app/privacy-policy-for-products.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Painter007 & Stable Diffusion Sidebar", "description": "Painter007 & Stable Diffusion & Midjourney AI", "version": "1.6", "manifest_version": 3, "permissions": [ "contextMenus", "scripting", "activeTab", "sidePanel" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Painter007", "default_popup": "popup.html" }, "side_panel": { "default_path": "popup-sidebar.html" }, "icons": { "16": "painter007_16.png", "32": "painter007_32.png", "48": "painter007_48.png", "128": "painter007_128.png" } } |