Image Background Remover
Remove backgrounds of every image and makes it transparent.
ما هو Image Background Remover؟
Image Background Remover هو إضافة Chrome تم تطويرها بواسطة Xeri Media Crew | XMC، والميزة الرئيسية لها هي "Remove backgrounds of every image and makes it transparent.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Background Remover
قم بتنزيل ملفات الامتداد Image Background Remover بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Extension provides a free tool to remove the backgrounds of any image. The background is cutted away and turned into a transparent area. This is a full automated process, that means: simply upload a picture, press start, and the background gets removed by an AI.
معلومات أساسية عن التمديد
الاسم | |
ID | nmcphaflpojaljeknnmfkiepidmlfhnb |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb |
الوصف | Remove backgrounds of every image and makes it transparent. |
حجم الملف | 8.59 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2021-08-03 |
تاريخ النشر | 2020-09-14 |
تقييم | 2.33/5 مجموع تقييمات 3 |
المطور | Xeri Media Crew | XMC |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://www.xeriflow.net/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Background Remover", "description": "Remove backgrounds of every image and makes it transparent.", "version": "1.0.2", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |