PhotoRoom Background Remover

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

Co je PhotoRoom Background Remover?

PhotoRoom Background Remover je rozšíření Chrome vyvinuté PhotoRoom, a jeho hlavní funkcí je „Remove the background from an image using the photoroom background remover.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PhotoRoom Background Remover

Stáhněte si soubory rozšíření PhotoRoom Background Remover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PhotoRoom Background Remover PhotoRoom Background Remover
ID lokegfgcnpdiambfeddkhgjhpbafbgnh
Oficiální URL https://chromewebstore.google.com/detail/photoroom-background-remo/lokegfgcnpdiambfeddkhgjhpbafbgnh
Popis Remove the background from an image using the photoroom background remover.
Velikost souboru 12.87 KB
Počet instalací 298
Aktuální Verze 1.0
Poslední Aktualizace 2023-10-24
Datum Vydání 2023-10-24
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář PhotoRoom
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.photoroom.com
Podporované Jazyky 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"
    }
}