PhotoRoom Background Remover

Remove the background from an image using the photoroom background remover.

Apa itu PhotoRoom Background Remover?

PhotoRoom Background Remover adalah ekstensi Chrome yang dikembangkan oleh PhotoRoom, dan fitur utamanya adalah "Remove the background from an image using the photoroom background remover.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PhotoRoom Background Remover

Unduh file ekstensi PhotoRoom 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

                        Remove the background from any image online, simply right click and select "Remove Background". From there you can download the result, change the background color, or open the image in the PhotoRoom webapp.

Note: This extension does not store any information. 
By right clicking on the image and selecting "remove background" you submit it directly to https://www.photoroom.com/tools/background-remover.                    

Informasi Dasar Ekstensi

Nama PhotoRoom Background Remover PhotoRoom Background Remover
ID lokegfgcnpdiambfeddkhgjhpbafbgnh
URL Resmi https://chromewebstore.google.com/detail/photoroom-background-remo/lokegfgcnpdiambfeddkhgjhpbafbgnh
Deskripsi Remove the background from an image using the photoroom background remover.
Ukuran File 12.87 KB
Jumlah Instalasi 298
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-10-24
Tanggal Publikasi 2023-10-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang PhotoRoom
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.photoroom.com
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PhotoRoom Background Remover",
    "description": "Remove the background from an image using the photoroom background remover.",
    "version": "1.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.photoroom.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.photoroom.com\/background-remover\/*"
            ],
            "js": [
                "contentV3.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png"
    }
}