Seller+

Download Product Images and Videos

Seller+ क्या है?

Seller+ https://sellerx.top द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Product Images and Videos"।

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

screenshot
screenshot

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

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

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

                        A useful bulk tool for seller to download product images and videos quickly.

Features List:
----- 1. Extract  and Bulk Download Images and Videos By Zip File.
----- 2. Edit Images
----- 3. Add canvas for Images And Resize To Any Dimensions You Are Excepting
----- 4. Search Similar Product In 1688 By Image
----- 5. Support Popular Sites: Shopee, 1688,Amazon, taobao, aliexpress, Etc...
----- 6. You can custom and add your own sites

How To Use:
----- Click the (S+) Icon Sits In The Browser Toolbar.
Or
----- Click (S+) Item in the context menu
Or
----- Click the button in the toolbar embedded in the page                    

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

नाम Seller+ Seller+
ID polimfnpchnjgnllkdofcajmlkddpeoc
आधिकारिक URL https://chromewebstore.google.com/detail/seller+/polimfnpchnjgnllkdofcajmlkddpeoc
विवरण Download Product Images and Videos
फ़ाइल का आकार 2.61 MB
स्थापना संख्या 9,192
वर्तमान संस्करण 1.3.8.17
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2020-07-03
रेटिंग 3.28/5 कुल 25 रेटिंग्स
डेवलपर https://sellerx.top
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://sellerx.top
गोपनीयता नीति पृष्ठ URL https://sellerx.top/privacy.txt
समर्थित भाषाएँ en-US,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en_US",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.3.8.17",
    "permissions": [
        "storage",
        "activeTab",
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "webRequest",
        "unlimitedStorage",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "action": {
        "default_popup": "coms\/action\/index.html",
        "default_icon": "images\/16.png",
        "default_title": "__MSG_extName__"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "coms\/slot\/main.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/detail.1688.com\/offer\/*",
                "https:\/\/detail.tmall.com\/*",
                "https:\/\/detail.tmall.hk\/hk\/*",
                "https:\/\/chaoshi.detail.tmall.com\/*",
                "https:\/\/item.taobao.com\/*",
                "https:\/\/*.aliexpress.com\/item\/*",
                "https:\/\/*.aliexpress.ru\/item\/*",
                "https:\/\/*.aliexpress.us\/item\/*",
                "https:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com.au\/*",
                "https:\/\/www.amazon.com.br\/*",
                "https:\/\/www.amazon.com.mx\/*",
                "https:\/\/www.amazon.com.tr\/*",
                "https:\/\/www.amazon.co.jp\/*",
                "https:\/\/www.amazon.co.uk\/*",
                "https:\/\/www.amazon.ae\/*",
                "https:\/\/www.amazon.de\/*",
                "https:\/\/www.amazon.fr\/*",
                "https:\/\/www.amazon.nl\/*",
                "https:\/\/www.amazon.ca\/*",
                "https:\/\/www.amazon.sa\/*",
                "https:\/\/www.amazon.es\/*",
                "https:\/\/www.amazon.sg\/*",
                "https:\/\/www.amazon.it\/*",
                "https:\/\/www.amazon.in\/*",
                "https:\/\/www.amazon.cn\/*",
                "https:\/\/shopee.co.id\/*",
                "https:\/\/shopee.tw\/*",
                "https:\/\/shopee.vn\/*",
                "https:\/\/shopee.co.th\/*",
                "https:\/\/shopee.ph\/*",
                "https:\/\/shopee.com.my\/*",
                "https:\/\/shopee.sg\/*",
                "https:\/\/shopee.com.br\/*",
                "https:\/\/shopee.com.mx\/*",
                "https:\/\/shopee.com.co\/*",
                "https:\/\/shopee.cl\/*",
                "https:\/\/shopee.pl\/*",
                "https:\/\/shopee.com.ar\/*",
                "https:\/\/*.xiapibuy.com\/*",
                "https:\/\/www.lazada.com.my\/*",
                "https:\/\/www.lazada.co.id\/*",
                "https:\/\/www.lazada.vn\/*",
                "https:\/\/www.lazada.co.th\/*",
                "https:\/\/www.lazada.sg\/*",
                "https:\/\/www.lazada.com.ph\/*",
                "https:\/\/www.alibaba.com\/*",
                "https:\/\/pifa.pinduoduo.com\/*"
            ],
            "css": [
                "coms\/content\/main.css"
            ],
            "js": [
                "coms\/content\/main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:3000\/*",
            "https:\/\/sellerx.top\/*"
        ]
    },
    "homepage_url": "https:\/\/sellerx.top"
}