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
Eメール [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
        }
    ]
}