Image Background Remover
Remove backgrounds of every image and makes it transparent.
What is Image Background Remover?
Image Background Remover is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Remove backgrounds of every image and makes it transparent.".
Extension Screenshots
Download Image Background Remover Extension CRX File
Download Image Background Remover 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 provides a free tool to remove the backgrounds of any image. The background is cutted away and turned into a transparent area. This is a full automated process, that means: simply upload a picture, press start, and the background gets removed by an AI.
Extension Basic Information
Name | |
ID | nmcphaflpojaljeknnmfkiepidmlfhnb |
Official URL | https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb |
Description | Remove backgrounds of every image and makes it transparent. |
File Size | 8.59 KB |
Installation Count | 2,000 |
Current Version | 1.0.2 |
Last Updated | 2021-08-03 |
Publish Date | 2020-09-14 |
Rating | 2.33/5 Total 3 Ratings |
Developer | Xeri Media Crew | XMC |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://www.xeriflow.net/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Background Remover", "description": "Remove backgrounds of every image and makes it transparent.", "version": "1.0.2", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |