Auto background remover by object recognition

Fully automatic image clipping to make a transparent PNG image in just a few seconds. Recognizing person, cat, dog, etc.

Auto background remover by object recognition क्या है?

Auto background remover by object recognition niko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fully automatic image clipping to make a transparent PNG image in just a few seconds. Recognizing person, cat, dog, etc."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Auto background remover by object recognition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        - Input image size and output image size are not limited. You can make 4k resolution images.

- Fast image processing in a few seconds. If you have a GPU in your PC, please turn on the hardware acceleration. 

- Basically free to use. If it has exceeded a certain number of image processing, the watermark will be added to images. You need to subscribe to remove the watermark.

ver.1.2.0 
・Added to make multiple image selection possible

ver.1.1.0
- Added a feature that Image processing mode. If your computer is freezing during image processing, select the mode of Fast processing and Low precision.                    

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

नाम Auto background remover by object recognition Auto background remover by object recognition
ID kpkaocloobmfnkbfjenchjopkcochdgj
आधिकारिक URL https://chromewebstore.google.com/detail/auto-background-remover-b/kpkaocloobmfnkbfjenchjopkcochdgj
विवरण Fully automatic image clipping to make a transparent PNG image in just a few seconds. Recognizing person, cat, dog, etc.
फ़ाइल का आकार 149 MB
स्थापना संख्या 2,211
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 2.24/5 कुल 17 रेटिंग्स
डेवलपर niko
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/privacypolicy-niko/%E3%83%9B%E3%83%BC%E3%83%A0
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "version": "1.2.0",
    "description": "__MSG_ext_description__",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "file:\/\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon128.png"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "web\/*"
    ],
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "options_page": "options.html",
    "oauth2": {
        "client_id": "866346487419-hqbqptlke5qchssvo2dtp58fq7tkl1gr.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkmj2TjOP94YB0hbuT77XKlUfNDmJ2b3zujSfaxqbuZLB5NpIdiQo9wIBySYCxk\/Ae\/U+vSYWjh18LcbpZvUIinZ36n0Synh4STaeIS6YdK8iZIKbzDvqILsAruMH0I6BzHpn8Nw77ZIaIUf\/VkeXW01LBF4koB57qirh+IE4KHZKqTS3Qm+NKJmjdAmxnyJXoPVb1Que00WkD3LttQGhRaD708eB0KWjeucSQg2VqoMiiamhi2swJ9oleLK5k7yJ8lgLDbdGK1d2cJbTD3WzdSlr9YEE6nKYU8NMBq1eCem3TKW2FY9QS58ufyKzOp8m3ChbqY8yCljSRTZ3jeKgywIDAQAB"
}