Bulk image background remover

Offline Batch Image Background Removal App

Cos'è Bulk image background remover?

Bulk image background remover è un'estensione di Chrome sviluppata da https://cpull.com, e la sua funzione principale è "Offline Batch Image Background Removal App".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bulk image background remover

Scarica i file di estensione Bulk image background remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bulk image background remover Bulk image background remover
ID gagmnmenidmghmppkbadhgmhnjeaglan
URL Ufficiale https://chromewebstore.google.com/detail/bulk-image-background-rem/gagmnmenidmghmppkbadhgmhnjeaglan
Descrizione Offline Batch Image Background Removal App
Dimensione del File 130 MB
Conteggio Installazioni 1,467
Versione Corrente 0.0.1
Ultimo Aggiornamento 2023-07-11
Data di Pubblicazione 2023-07-10
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore https://cpull.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://cpull.com/privacy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}