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
官方網址 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
        }
    ]
}