Image Background Remover

Remove backgrounds of every image and makes it transparent.

Cos'è Image Background Remover?

Image Background Remover è un'estensione di Chrome sviluppata da Xeri Media Crew | XMC, e la sua funzione principale è "Remove backgrounds of every image and makes it transparent.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Image Background Remover

Scarica i file di estensione Image Background Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
URL Ufficiale https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
Descrizione Remove backgrounds of every image and makes it transparent.
Dimensione del File 8.59 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-08-03
Data di Pubblicazione 2020-09-14
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore Xeri Media Crew | XMC
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.xeriflow.net/privacy-policy
Lingue Supportate 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"
    }
}