ZapBG

Remove backgrounds fast & easily

什么是ZapBG?

ZapBG是由https://zapbg.com开发的Chrome扩展程序,该扩展的主要功能是“Remove backgrounds fast & easily”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载ZapBG扩展crx文件

下载ZapBG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        *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                    

扩展基本信息

名称 ZapBG ZapBG
ID mdefmedopnpdioopjjidjmghhedmdmfl
官方URL https://chromewebstore.google.com/detail/zapbg/mdefmedopnpdioopjjidjmghhedmdmfl
简介 Remove backgrounds fast & easily
文件大小 32.09 KB
安装次数 935
当前版本 2.0.4
更新时间 2022-02-16
上架时间 2021-08-04
评分 4.86/5 共7次评分
开发者 https://zapbg.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.zapbg.com/
隐私政策页面URL https://www.zapbg.com/privacy-policy
支持的语言 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
        }
    ]
}