Image Background Remover

Remove backgrounds of every image and makes it transparent.

Τι είναι το Image Background Remover;

Το Image Background Remover είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Xeri Media Crew | XMC, και η κύρια λειτουργία του είναι "Remove backgrounds of every image and makes it transparent.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Image Background Remover

Λήψη αρχείων επέκτασης Image Background Remover σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This Extension provides a free tool to remove the backgrounds of any image.
The background is cutted away and turned into a transparent area.
This is a full automated process, that means:
simply upload a picture, press start, and the background gets removed by an AI.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
Επίσημο URL https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
Περιγραφή Remove backgrounds of every image and makes it transparent.
Μέγεθος Αρχείου 8.59 KB
Αριθμός Εγκαταστάσεων 2,000
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2021-08-03
Ημερομηνία Δημοσίευσης 2020-09-14
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Xeri Media Crew | XMC
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.xeriflow.net/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Background Remover",
    "description": "Remove backgrounds of every image and makes it transparent.",
    "version": "1.0.2",
    "permissions": [
        "background"
    ],
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "popup": "popup.html",
        "default_popup": "default.html"
    }
}