Bulk image background remover

Offline Batch Image Background Removal App

¿Qué es Bulk image background remover?

Bulk image background remover es una extensión de Chrome desarrollada por https://cpull.com, y su función principal es "Offline Batch Image Background Removal App".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Bulk image background remover

Descarga archivos de extensión Bulk image background remover en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Bulk image background remover Bulk image background remover
ID gagmnmenidmghmppkbadhgmhnjeaglan
URL Oficial https://chromewebstore.google.com/detail/bulk-image-background-rem/gagmnmenidmghmppkbadhgmhnjeaglan
Descripción Offline Batch Image Background Removal App
Tamaño del Archivo 130 MB
Cantidad de Instalaciones 1,467
Versión Actual 0.0.1
Última Actualización 2023-07-11
Fecha de Publicación 2023-07-10
Calificación 2.60/5 Total de 5 Calificaciones
Desarrollador https://cpull.com
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://cpull.com/privacy
Idiomas Soportados 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": [
                ""
            ]
        }
    ]
}