PhotoRoom Background Remover

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

Qu'est-ce que PhotoRoom Background Remover ?

PhotoRoom Background Remover est une extension Chrome développée par PhotoRoom, et sa fonction principale est "Remove the background from an image using the photoroom background remover.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PhotoRoom Background Remover

Téléchargez les fichiers d'extension PhotoRoom Background Remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PhotoRoom Background Remover PhotoRoom Background Remover
ID lokegfgcnpdiambfeddkhgjhpbafbgnh
URL Officiel https://chromewebstore.google.com/detail/photoroom-background-remo/lokegfgcnpdiambfeddkhgjhpbafbgnh
Description Remove the background from an image using the photoroom background remover.
Taille du Fichier 12.87 KB
Nombre d'Installations 298
Version Actuelle 1.0
Dernière Mise à Jour 2023-10-24
Date de Publication 2023-10-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur PhotoRoom
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.photoroom.com
Langues Prises en Charge 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"
    }
}