Image Background Remover

Remove backgrounds of every image and makes it transparent.

¿Qué es Image Background Remover?

Image Background Remover es una extensión de Chrome desarrollada por Xeri Media Crew | XMC, y su función principal es "Remove backgrounds of every image and makes it transparent.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Image Background Remover

Descarga archivos de extensión Image Background Remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
URL Oficial https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
Descripción Remove backgrounds of every image and makes it transparent.
Tamaño del Archivo 8.59 KB
Cantidad de Instalaciones 2,000
Versión Actual 1.0.2
Última Actualización 2021-08-03
Fecha de Publicación 2020-09-14
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador Xeri Media Crew | XMC
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.xeriflow.net/privacy-policy
Idiomas Soportados 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"
    }
}