Image Background Remover
Remove backgrounds of every image and makes it transparent.
Wat is Image Background Remover?
Image Background Remover is een Chrome-extensie ontwikkeld door Xeri Media Crew | XMC, en de belangrijkste functie is "Remove backgrounds of every image and makes it transparent.".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Background Remover
Download Image Background Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | nmcphaflpojaljeknnmfkiepidmlfhnb |
Officiële URL | https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb |
Beschrijving | Remove backgrounds of every image and makes it transparent. |
Bestandsgrootte | 8.59 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2021-08-03 |
Publicatiedatum | 2020-09-14 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Xeri Media Crew | XMC |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.xeriflow.net/privacy-policy |
Ondersteunde Talen | 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" } } |