PhotoRoom Background Remover

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

ما هو PhotoRoom Background Remover؟

PhotoRoom Background Remover هو إضافة Chrome تم تطويرها بواسطة PhotoRoom، والميزة الرئيسية لها هي "Remove the background from an image using the photoroom background remover.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PhotoRoom Background Remover

قم بتنزيل ملفات الامتداد PhotoRoom Background Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم PhotoRoom Background Remover PhotoRoom Background Remover
ID lokegfgcnpdiambfeddkhgjhpbafbgnh
عنوان URL الرسمي https://chromewebstore.google.com/detail/photoroom-background-remo/lokegfgcnpdiambfeddkhgjhpbafbgnh
الوصف Remove the background from an image using the photoroom background remover.
حجم الملف 12.87 KB
عدد التثبيتات 298
النسخة الحالية 1.0
آخر تحديث 2023-10-24
تاريخ النشر 2023-10-24
تقييم 5.00/5 مجموع تقييمات 1
المطور PhotoRoom
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.photoroom.com
اللغات المدعومة 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"
    }
}