Smart Image Cleaner
AI powered background remover
What is Smart Image Cleaner?
Smart Image Cleaner is a Chrome extension developed by https://germanov.dev, and its main feature is "AI powered background remover".
Extension Screenshots
Download Smart Image Cleaner Extension CRX File
Download Smart Image Cleaner 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
The Smart Image Cleaner Chrome extension is an AI powered background remover. Using this extension, you can easily remove background from any image on a web page. Just do a right mouse click on the image, that you want to clean from background and select "Remove background" from context menu. Then you can save the image without background to your local disk.
Extension Basic Information
Name | Smart Image Cleaner |
ID | aniodbjjielbjjldpcddijnolmekgiei |
Official URL | https://chromewebstore.google.com/detail/smart-image-cleaner/aniodbjjielbjjldpcddijnolmekgiei |
Description | AI powered background remover |
File Size | 31.3 KB |
Installation Count | 179 |
Current Version | 1.2 |
Last Updated | 2023-04-05 |
Publish Date | 2023-04-05 |
Developer | https://germanov.dev |
[email protected] | |
Payment Type | free |
Extension Website | https://icleaner.germanov.dev |
Help Page URL | https://germanov.dev/contacts |
Privacy Policy Page URL | https://germanov.dev/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Image Cleaner", "description": "AI powered background remover", "version": "1.2", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "contextMenus", "tabs", "scripting" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |