PhotoRoom Background Remover

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

Wat is PhotoRoom Background Remover?

PhotoRoom Background Remover is een Chrome-extensie ontwikkeld door PhotoRoom, en de belangrijkste functie is "Remove the background from an image using the photoroom background remover.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PhotoRoom Background Remover

Download PhotoRoom Background Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PhotoRoom Background Remover PhotoRoom Background Remover
ID lokegfgcnpdiambfeddkhgjhpbafbgnh
Officiële URL https://chromewebstore.google.com/detail/photoroom-background-remo/lokegfgcnpdiambfeddkhgjhpbafbgnh
Beschrijving Remove the background from an image using the photoroom background remover.
Bestandsgrootte 12.87 KB
Aantal Installaties 298
Huidige Versie 1.0
Laatst Bijgewerkt 2023-10-24
Publicatiedatum 2023-10-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar PhotoRoom
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.photoroom.com
Ondersteunde Talen 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"
    }
}