BG Remaker - Replace & Remove Background

An efficient AI image background processing tool that can greatly improve your work efficiency

O que é BG Remaker - Replace & Remove Background?

BG Remaker - Replace & Remove Background é uma extensão do Chrome desenvolvida por https://remaker.ai, e sua principal característica é "An efficient AI image background processing tool that can greatly improve your work efficiency".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão BG Remaker - Replace & Remove Background

Baixe arquivos de extensão BG Remaker - Replace & Remove Background no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        With the continuous development of artificial intelligence technology, more and more intelligent applications are widely used in our lives. In the field of image processing, artificial intelligence technology is also gradually becoming popular. In the past, removing the background of an image and replacing it with a new one required tedious operations. But now, with this intelligent extension, all you need is a short prompt, and you can easily generate high-quality original images that meet your requirements.

This program can improve the efficiency of creative work. Creators only need to input a short prompt, and the program will use powerful artificial intelligence technology to quickly generate images that meet their requirements. Creators no longer need to spend a lot of time and cost learning image processing skills and tools. This program greatly shortens the time and difficulty of processing images for people, giving more people the opportunity to create beautiful original works.

Because the more specific the prompt, the better the image generated by the program can meet the creator's needs. Therefore, before using this program, creators should fully understand their own needs, and then describe in detail the images, colors, and expression techniques they want when entering the prompts. This way, the images generated by the program can better meet the creator's requirements.

We promise that the images generated using this extension will have high quality and high definition. The program uses the most advanced artificial intelligence technology and can automatically identify possible problems and defects in the image, ensuring that the generated images are very fine, natural, and precise in terms of clarity, color, and outline. Even beginners can easily create high-level original works.

In the age of artificial intelligence, we no longer need to rely on manual drawing to express our creativity and imagination, but can rely on intelligent technology to express our ideas more quickly and efficiently.

👉What can be done:
AI removes image background
AI replaces image background

👉How to use:
AI removes image background:
1. Open the browser plugin, select the image that needs to remove the background, and click the Remove Background button to remove the image background.
2. If you find a picture you want to remove the background from on another website, you can right-click the mouse and select BGRemaker, and the selected photo will be automatically loaded into the plugin.

AI replaces image background:
1. Open the browser plugin and select the image that needs to remove the background.
2. Enter the product description and the unwanted elements. Then select the product size.
3. Click the Replace Background button and wait for a moment to generate a completely new image.
4. Don't know how to write an image description? No problem, we will use ChatGPT to optimize the prompt you input. We also provide a prompt formula, which can help you generate the image you want better. Just move the mouse to the Tips button to display it.
5. For your convenience, we have saved the history of the images you created, and you can view them at any time.                    

Informações Básicas da Extensão

Nome BG Remaker - Replace & Remove Background BG Remaker - Replace & Remove Background
ID oadjckehgdokecialgdhjkjdmjonfkkf
URL Oficial https://chromewebstore.google.com/detail/bg-remaker-replace-remove/oadjckehgdokecialgdhjkjdmjonfkkf
Descrição An efficient AI image background processing tool that can greatly improve your work efficiency
Tamanho do Arquivo 3.89 MB
Contagem de Instalações 20,000
Versão Atual 1.0.18
Última Atualização 2024-01-18
Data de Publicação 2023-04-24
Classificação 5.00/5 Total de 14 Avaliações
Desenvolvedor https://remaker.ai
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://remaker.ai/
URL da Página de Política de Privacidade https://remaker.ai/en/extension-privacy-policy
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "img\/logo.png",
        "default_title": "__MSG_extName__"
    },
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "icons": {
        "128": "img\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "js\/content-inject-other.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "version": "1.0.18",
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/logo.png",
                "\/img\/logo_prompt.png",
                "\/img\/logo_text.png",
                "js\/ajax-listener-other.js",
                "\/removeBg.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/oadjckehgdokecialgdhjkjdmjonfkkf"
}