Image Background Remover

Remove backgrounds of every image and makes it transparent.

Co to jest Image Background Remover?

Image Background Remover to rozszerzenie Chrome opracowane przez Xeri Media Crew | XMC, a jego główną funkcją jest „Remove backgrounds of every image and makes it transparent.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Image Background Remover

Pobierz pliki rozszerzeń Image Background Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
Oficjalny URL https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
Opis Remove backgrounds of every image and makes it transparent.
Rozmiar pliku 8.59 KB
Liczba instalacji 2,000
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2021-08-03
Data Publikacji 2020-09-14
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper Xeri Media Crew | XMC
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.xeriflow.net/privacy-policy
Obsługiwane Języki 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"
    }
}