Bulk image background remover

Offline Batch Image Background Removal App

ما هو Bulk image background remover؟

Bulk image background remover هو إضافة Chrome تم تطويرها بواسطة https://cpull.com، والميزة الرئيسية لها هي "Offline Batch Image Background Removal App".

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

screenshot

تحميل ملف CRX للإضافة Bulk image background remover

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

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

                        We are proud to introduce a powerful Chrome browser extension designed to effortlessly remove image backgrounds. This plugin supports batch processing and operates offline, ensuring absolute data security by not uploading any information to servers.

Key Advantages of the Product:

Advanced Image Background Removal: Our plugin employs state-of-the-art image processing algorithms to swiftly and accurately remove backgrounds, enabling users to easily create transparent background images.

Batch Processing Capability: To enhance productivity, our plugin supports batch processing of multiple images. Users can effortlessly remove backgrounds from multiple images at once, eliminating the need for individual operations and saving significant time and effort.

Offline Operation Support: Unlike many online tools, our plugin can be used offline. Users can utilize the plugin without an internet connection or dependence on servers, providing greater flexibility and convenience.

Uncompromised Data Security: We prioritize the safety and privacy of user data. Since the plugin does not upload any information to servers, users can trust its usage without concerns of sensitive data leaks or misuse. All data is processed locally on the user's device.

User-Friendly Interface: With a focus on user experience, we have designed a clean and intuitive interface that enables users, whether professional designers or casual users, to easily navigate and swiftly accomplish tasks. Our plugin offers an efficient background removal experience for everyone.

Whether you need to remove backgrounds from product images, create personalized avatars, or edit images for websites or blogs, our Chrome browser extension will become your invaluable assistant, facilitating quick and precise completion of tasks. Download and experience our plugin today!
-------
Warning: As this product operates offline, the actual processing speed may vary depending on factors such as image size and computer performance. The time taken to process images can be substantial, so please be patient and allow for sufficient processing time.
-------
How to Remove Image Background in Batches?
1. Upload or drag and drop all the images that you want to remove background in page
2. Click the “Erase background” Button to get started.
3. Wait a few seconds,  AI background eraser will cut out backgrounds and make images transparent in batches.                    

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

الاسم Bulk image background remover Bulk image background remover
ID gagmnmenidmghmppkbadhgmhnjeaglan
عنوان URL الرسمي https://chromewebstore.google.com/detail/bulk-image-background-rem/gagmnmenidmghmppkbadhgmhnjeaglan
الوصف Offline Batch Image Background Removal App
حجم الملف 130 MB
عدد التثبيتات 1,467
النسخة الحالية 0.0.1
آخر تحديث 2023-07-11
تاريخ النشر 2023-07-10
تقييم 2.60/5 مجموع تقييمات 5
المطور https://cpull.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://cpull.com/privacy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        }
    },
    "version": "0.0.1",
    "author": "cpull",
    "name": "Bulk image background remover",
    "description": "Offline Batch Image Background Removal App",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; worker-src 'self' ; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "tabs\/home.tsx",
                "assets\/dist\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}