ZapBG

Remove backgrounds fast & easily

ZapBG là gì?

ZapBG là một tiện ích mở rộng Chrome được phát triển bởi https://zapbg.com, và tính năng chính của nó là "Remove backgrounds fast & easily".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng ZapBG 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

                        *Remove Backgrounds With The ZapBG Button* 

ZapBG is your go to solution for background removal when it comes to your images. We specialize in technology that cuts design time and costs when it comes to your images. Whether you're an entrepreneur, small business owner, growth hacker, designer or just looking to be creative, ZapBG has what it takes to deliver background removal demands with ease. Let your creativity and imagination flow with ZapBG and make background removal fun.

Get Ready For The ZapBG 2.O Experience 
- Background Removal Credits 
- Storage Options 
- Credit Rollover 
- Auto Remove Using Advance AI
- Sharing Capabilities 
- Easy Manual Remover
- Desktop and Mobile Access 
- Customer Support
- 30 Day Money Back Guarantee
- Lifetime Locked in Pricing                    

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

Tên ZapBG ZapBG
ID mdefmedopnpdioopjjidjmghhedmdmfl
URL Chính Thức https://chromewebstore.google.com/detail/zapbg/mdefmedopnpdioopjjidjmghhedmdmfl
Mô tả Remove backgrounds fast & easily
Kích Thước Tệp 32.09 KB
Số Lần Cài Đặt 935
Phiên Bản Hiện Tại 2.0.4
Cập Nhật Lần Cuối 2022-02-16
Ngày Phát Hành 2021-08-04
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://zapbg.com
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.zapbg.com/
URL Trang Chính Sách Bảo Mật https://www.zapbg.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZapBG",
    "version": "2.0.4",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Remove backgrounds fast & easily",
    "manifest_version": 3,
    "action": {
        "default_title": "ZapBG :: Home",
        "default_popup": "popups\/index.html",
        "default_icon": {
            "32": "assets\/icons\/32.png",
            "72": "assets\/icons\/72.png",
            "128": "assets\/icons\/128.png",
            "512": "assets\/icons\/512.png"
        }
    },
    "icons": {
        "32": "assets\/icons\/32.png",
        "72": "assets\/icons\/72.png",
        "128": "assets\/icons\/128.png",
        "512": "assets\/icons\/512.png"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "match_about_blank": true
        }
    ]
}