Shopee - save images & videos

Save all the product images & videos on Shopee

Shopee - save images & videos क्या है?

Shopee - save images & videos phillippmueller74 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save all the product images & videos on Shopee"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Download all the product images & videos on Shopee.
With one easy click to download all the product images & videos on websites Shopee.
                  
Important: Go to Chrome Settings and turn off "Ask where to save each file before downloading."                    

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

नाम Shopee - save images & videos Shopee - save images & videos
ID jimenkdbpfofaihacfceemgobcjofjhk
आधिकारिक URL https://chromewebstore.google.com/detail/shopee-save-images-videos/jimenkdbpfofaihacfceemgobcjofjhk
विवरण Save all the product images & videos on Shopee
फ़ाइल का आकार 96.59 KB
स्थापना संख्या 154
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2023-10-18
प्रकाशन तिथि 2023-04-04
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर phillippmueller74
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://123seeks.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "0.0.3",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.shopee.com\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/*.shopee.ph\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/*.shopee.com.mx\/*"
            ],
            "js": [
                "content\/import-index.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "downloads",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.shopee.com\/*",
        "*:\/\/*.shopee.com.br\/*",
        "*:\/\/*.shopee.com.my\/*",
        "*:\/\/*.shopee.com.mx\/*",
        "*:\/\/*.shopee.vn\/*",
        "*:\/\/*.shopee.sg\/*",
        "*:\/\/*.shopee.tw\/*",
        "*:\/\/*.shopee.ph\/*",
        "*:\/\/*.shopee.co.id\/*",
        "*:\/\/*.shopee.co.th\/*"
    ],
    "icons": {
        "16": "icons\/webpack-16.png",
        "32": "icons\/webpack-32.png",
        "128": "icons\/webpack-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/donate.svg"
            ],
            "matches": [
                "*:\/\/*.shopee.com\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/*.shopee.ph\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/*.shopee.com.mx\/*"
            ]
        },
        {
            "resources": [
                "shared\/shopee.js"
            ],
            "matches": [
                "*:\/\/*.shopee.com\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/*.shopee.ph\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/*.shopee.com.mx\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "content\/index.js"
            ],
            "matches": [
                "*:\/\/*.shopee.com\/*",
                "*:\/\/*.shopee.vn\/*",
                "*:\/\/*.shopee.tw\/*",
                "*:\/\/*.shopee.ph\/*",
                "*:\/\/*.shopee.sg\/*",
                "*:\/\/*.shopee.co.id\/*",
                "*:\/\/*.shopee.co.th\/*",
                "*:\/\/*.shopee.com.br\/*",
                "*:\/\/*.shopee.com.my\/*",
                "*:\/\/*.shopee.com.mx\/*"
            ]
        }
    ]
}