Shopee Save - Download Product Images & Video

Download Shopee Product Images & Videos. The most popular tool for Shopee!

Shopee Save - Download Product Images & Video क्या है?

Shopee Save - Download Product Images & Video E-Media द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download Shopee Product Images & Videos. The most popular tool for Shopee!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Shopee Save - Download Product Images & Video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Save Shopee product images in one click!
This extension allows you to easily save Shopee images and videos to your computer.
You will be able to download product images in one click with the best quality possible!

Shopee-Save is free, give it a try!

----- GETTING STARTED -----
1. Install the extension by clicking the "Add to chrome" button.
2. Open an Shopee product page.
3. Click on the download buttons next to the product images.

----- FEATURES -----
- Download images one by one (right click).
- Download main product images & video.
- Get the best quality image download.

[ ___ HOT ___ FEATURES]
- Download as .ZIP.
- Watermark: Automatically adding watermark on image download.
- Compress images with the best quality and compression.


.
.
If you have any questions, or suggestions to improve the app, please let us know at [email protected]!                    

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

नाम Shopee Save - Download Product Images & Video Shopee Save - Download Product Images & Video
ID likamafaejphcadlcclbnjddckicmblo
आधिकारिक URL https://chromewebstore.google.com/detail/shopee-save-download-prod/likamafaejphcadlcclbnjddckicmblo
विवरण Download Shopee Product Images & Videos. The most popular tool for Shopee!
फ़ाइल का आकार 499 KB
स्थापना संख्या 72,649
वर्तमान संस्करण 3.0.20
अंतिम अपडेट 2024-02-19
प्रकाशन तिथि 2021-08-02
रेटिंग 4.45/5 कुल 249 रेटिंग्स
डेवलपर E-Media
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/shopee-save/policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Shopee Save - Download Product Images & Video",
    "version": "3.0.20",
    "default_locale": "en",
    "description": "Download Shopee Product Images & Videos. The most popular tool for Shopee!",
    "author": "Shopee Save",
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/vendors.js",
                "assets\/js\/content_scripts.js"
            ],
            "css": [
                "assets\/css\/app.css"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "Shopee Save - Download Product Images & Video",
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "downloads",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ]
}