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": [
                ""
            ]
        }
    ]
}