Shopee Downloader - Download Videos & Images

Save and Download Shopee Video & Images with onc click!

O que é Shopee Downloader - Download Videos & Images?

Shopee Downloader - Download Videos & Images é uma extensão do Chrome desenvolvida por Caller Cao, e sua principal característica é "Save and Download Shopee Video & Images with onc click!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Shopee Downloader - Download Videos & Images

Baixe arquivos de extensão Shopee Downloader - Download Videos & Images no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Shopee Downloader - Easily Download Shopee Videos & Images
Tired of not being able to save videos or images from Shopee? Our Shopee Downloader extension allows you to easily download any Shopee videos or images with just one click. 

Key Features:
- Download Shopee videos in MP4 format 
- Save Shopee product images in JPG/PNG format
- Simple one-click download button on Shopee video and image pages
- Small extension size for fast loading

No more hassle trying to figure out how to save Shopee media. With Shopee Downloader, you can quickly download any video or image on Shopee so you can view them offline or save for future reference. The intuitive browser extension seamlessly integrates with Shopee, requiring no complicated setup or configuration.

So if you frequently shop on Shopee and want an easy way to keep videos and images from the platform, get the Shopee Downloader extension today! It's a simple but powerful tool that makes organizing and archiving Shopee media a breeze.                    

Informações Básicas da Extensão

Nome Shopee Downloader - Download Videos & Images Shopee Downloader - Download Videos & Images
ID bfmonflmfpmhpdinmanpaffcjgpiipom
URL Oficial https://chromewebstore.google.com/detail/shopee-downloader-downloa/bfmonflmfpmhpdinmanpaffcjgpiipom
Descrição Save and Download Shopee Video & Images with onc click!
Tamanho do Arquivo 826 KB
Contagem de Instalações 1,000
Versão Atual 1.0.0.3
Última Atualização 2024-01-25
Data de Publicação 2023-10-28
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Caller Cao
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://denote.net/privacy
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0.3",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "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\/*"
            ],
            "js": [
                "content-script\/index.js"
            ],
            "css": [
                "content-script\/index.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "16": "icon\/icon-16.png",
            "48": "icon\/icon-16.png",
            "128": "icon\/icon-16.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "content-script\/inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon\/icon-16.png",
        "32": "icon\/icon-16.png",
        "48": "icon\/icon-16.png",
        "128": "icon\/icon-16.png",
        "300": "icon\/icon-16.png",
        "500": "icon\/icon-16.png"
    },
    "permissions": [
        "downloads",
        "storage"
    ]
}