ZapBG

Remove backgrounds fast & easily

ZapBGคืออะไร?

ZapBG เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zapbg.com และคุณลักษณะหลักของมันคือ "Remove backgrounds fast & easily"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ZapBG

ดาวน์โหลดไฟล์ส่วนขยาย 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
        }
    ]
}