Image Background Remover

Remove backgrounds of every image and makes it transparent.

O que é Image Background Remover?

Image Background Remover é uma extensão do Chrome desenvolvida por Xeri Media Crew | XMC, e sua principal característica é "Remove backgrounds of every image and makes it transparent.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Image Background Remover

Baixe arquivos de extensão Image Background Remover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
URL Oficial https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
Descrição Remove backgrounds of every image and makes it transparent.
Tamanho do Arquivo 8.59 KB
Contagem de Instalações 2,000
Versão Atual 1.0.2
Última Atualização 2021-08-03
Data de Publicação 2020-09-14
Classificação 2.33/5 Total de 3 Avaliações
Desenvolvedor Xeri Media Crew | XMC
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.xeriflow.net/privacy-policy
Idiomas Suportados 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"
    }
}