Image Background Remover
Remove backgrounds of every image and makes it transparent.
Image Background Remover क्या है?
Image Background Remover Xeri Media Crew | XMC द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Remove backgrounds of every image and makes it transparent."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Background Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This Extension provides a free tool to remove the backgrounds of any image. The background is cutted away and turned into a transparent area. This is a full automated process, that means: simply upload a picture, press start, and the background gets removed by an AI.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nmcphaflpojaljeknnmfkiepidmlfhnb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/image-background-remover/nmcphaflpojaljeknnmfkiepidmlfhnb |
विवरण | Remove backgrounds of every image and makes it transparent. |
फ़ाइल का आकार | 8.59 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2021-08-03 |
प्रकाशन तिथि | 2020-09-14 |
रेटिंग | 2.33/5 कुल 3 रेटिंग्स |
डेवलपर | Xeri Media Crew | XMC |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://www.xeriflow.net/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Background Remover", "description": "Remove backgrounds of every image and makes it transparent.", "version": "1.0.2", "permissions": [ "background" ], "background": { "page": "bg.html", "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "popup": "popup.html", "default_popup": "default.html" } } |