ZapBG

Remove backgrounds fast & easily

¿Qué es ZapBG?

ZapBG es una extensión de Chrome desarrollada por https://zapbg.com, y su función principal es "Remove backgrounds fast & easily".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión ZapBG

Descarga archivos de extensión ZapBG en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        *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                    

Información Básica de la Extensión

Nombre ZapBG ZapBG
ID mdefmedopnpdioopjjidjmghhedmdmfl
URL Oficial https://chromewebstore.google.com/detail/zapbg/mdefmedopnpdioopjjidjmghhedmdmfl
Descripción Remove backgrounds fast & easily
Tamaño del Archivo 32.09 KB
Cantidad de Instalaciones 935
Versión Actual 2.0.4
Última Actualización 2022-02-16
Fecha de Publicación 2021-08-04
Calificación 4.86/5 Total de 7 Calificaciones
Desarrollador https://zapbg.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.zapbg.com/
URL de la Página de Política de Privacidad https://www.zapbg.com/privacy-policy
Idiomas Soportados 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
        }
    ]
}