Shopee - save images & videos

Save all the product images & videos on Shopee

Shopee - save images & videosとは何ですか?

Shopee - save images & videosはphillippmueller74によって開発されたChromeの拡張機能で、その主な機能は「Save all the product images & videos on Shopee」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Shopee - save images & videos拡張機能のCRXファイルをダウンロード

Shopee - save images & videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/*"
            ]
        }
    ]
}