Image Background Remover

Remove backgrounds of every image and makes it transparent.

Image Background Remover là gì?

Image Background Remover là một tiện ích mở rộng Chrome được phát triển bởi Xeri Media Crew | XMC, và tính năng chính của nó là "Remove backgrounds of every image and makes it transparent.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Background Remover

Tải xuống các tệp mở rộng Image Background Remover dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Background Remover Image Background Remover
ID nmcphaflpojaljeknnmfkiepidmlfhnb
URL Chính Thức https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb
Mô tả Remove backgrounds of every image and makes it transparent.
Kích Thước Tệp 8.59 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-08-03
Ngày Phát Hành 2020-09-14
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Xeri Media Crew | XMC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.xeriflow.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}