WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Image cutout, image masking, one click Replace & Remove Background

Image cutout, image masking, one click Replace & Remove Background

View on Chrome Web Store
View Image cutout, image masking, one click Replace & Remove Background Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (1 ratings)
1 new ratings
33 views
This extension has been viewed 33 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Powerful AI image processing technology, one click image matting, removal of image background, and replacement of image background.
Type
Extension
Users
560 users
1
phoe******************
View author page of phoe******************
Published
Published on December 7, 2024
Version 1.0.4
Manifest version
3
Updated
Updated on December 25, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Image cutout, image masking, one click Replace & Remove Background Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "action": {
        "default_icon": "icons\/icon_128.png",
        "default_title": "How to use",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "author": "...",
    "background": {
        "service_worker": "dist\/background.js",
        "script": [
            "js\/jquery.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "my-styles.css",
                "icons\/iconfont\/iconfont.css"
            ],
            "js": [
                "js\/jquery.js",
                "dist\/common.js",
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "dist\/kodepayContent.js"
            ],
            "matches": [
                "https:\/\/kodepay.io\/*",
                "https:\/\/fronted.kodepay.io\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/aiapi.vip.easyisgood.cn\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "downloads"
    ],
    "optional_permissions": [],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "popup\/popup.html",
                "popup\/popup.js",
                "pay\/*",
                "icons\/*",
                "js\/myApi.js",
                "js\/jquery.js",
                "dist\/*"
            ]
        }
    ],
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html"
    }
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top