Visio Studio - Remove Background

Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.

Visio Studio - Remove Background क्या है?

Visio Studio - Remove Background https://visio.studio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Visio Studio - Remove Background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Visio Studio allows you to edit and optimise your pictures directly inside your browser thanks to a powerful background removal model.

Advanced background removal

→ Use our advanced background removal tool, powered by high-end computer vision technology to provide you the pixelcut results.

How to use Visio Studio:

1. Simply select an Image or do a Right Click.

2. With one tap Visio Studio will remove the background of your picture.

3. That's it!


Check https://visio.studio for more information

or drop us a line at [email protected] for any comments or feedback.                    

एक्सटेंशन की मूल जानकारी

नाम Visio Studio - Remove Background Visio Studio - Remove Background
ID aifclejelbjpbbagfkhohjichkhbolom
आधिकारिक URL https://chromewebstore.google.com/detail/visio-studio-remove-backg/aifclejelbjpbbagfkhohjichkhbolom
विवरण Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.
फ़ाइल का आकार 1.32 MB
स्थापना संख्या 1,309
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2022-11-26
प्रकाशन तिथि 2022-11-15
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर https://visio.studio
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://visio.studio/
सहायता पृष्ठ URL https://visio.studio/
गोपनीयता नीति पृष्ठ URL https://gaspardbruno.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visio Studio - Remove Background",
    "description": "Advanced background removal tool. No account required, no watermark, no cap on image resolution. By Gaspard+Bruno Ltd.",
    "version": "1.0.4",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "32": "assets\/assets\/images\/logo_l.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "toggleIcon.js"
            ]
        }
    ],
    "icons": {
        "32": "assets\/assets\/images\/logo_l.png"
    }
}