Image Background Remover

Remove backgrounds of every image and makes it transparent.

Apa itu Image Background Remover?

Image Background Remover adalah ekstensi Chrome yang dikembangkan oleh Xeri Media Crew | XMC, dan fitur utamanya adalah "Remove backgrounds of every image and makes it transparent.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Image Background Remover

Unduh file ekstensi Image Background Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
URL Resmi https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
Deskripsi Remove backgrounds of every image and makes it transparent.
Ukuran File 8.59 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2021-08-03
Tanggal Publikasi 2020-09-14
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Xeri Media Crew | XMC
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.xeriflow.net/privacy-policy
Bahasa yang Didukung 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"
    }
}