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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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": [
                ""
            ]
        }
    ]
}