Download Lazada products images
Download all the product images & videos on Lazada
Download Lazada products imagesとは何ですか?
Download Lazada products imagesはphillippmueller74によって開発されたChromeの拡張機能で、その主な機能は「Download all the product images & videos on Lazada」です。
拡張機能のスクリーンショット
Download Lazada products images拡張機能のCRXファイルをダウンロード
Download Lazada products images拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With one easy click to download all the product images & videos on websites Lazada.
Important: Go to Chrome Settings and turn off "Ask where to save each file before downloading."
----------------------------------------------------------------------------------
By using this add-on, you agree to Terms & Privacy available at https://www.aliimagesdl.com/privacy-and-cookies-policy 拡張機能の基本情報
| 名前 | |
| ID | nfafjmamdfmgoggddemafpemhebiphid |
| 公式URL | https://chromewebstore.google.com/detail/download-lazada-products/nfafjmamdfmgoggddemafpemhebiphid |
| 説明 | Download all the product images & videos on Lazada |
| ファイルサイズ | 108 KB |
| インストール数 | 120 |
| 現在のバージョン | 0.0.3 |
| 最終更新日 | 2023-04-02 |
| 公開日 | 2020-09-24 |
| 評価 | 5.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": [
"*:\/\/*.lazada.com\/*",
"*:\/\/*.lazada.vn\/*",
"*:\/\/*.lazada.sg\/*",
"*:\/\/*.lazada.com.ph\/*",
"*:\/\/*.lazada.com.my\/*",
"*:\/\/*.lazada.co.id\/*",
"*:\/\/*.lazada.co.th\/*"
],
"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"
],
"host_permissions": [
"*:\/\/*.lazada.com\/*",
"*:\/\/*.lazada.vn\/*",
"*:\/\/*.lazada.sg\/*",
"*:\/\/*.lazada.com.ph\/*",
"*:\/\/*.lazada.com.my\/*",
"*:\/\/*.lazada.co.id\/*",
"*:\/\/*.lazada.co.th\/*"
],
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"128": "icons\/icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"chunks\/*-*.js",
"content\/index.js"
],
"matches": [
"*:\/\/*.lazada.com\/*",
"*:\/\/*.lazada.vn\/*",
"*:\/\/*.lazada.sg\/*",
"*:\/\/*.lazada.com.ph\/*",
"*:\/\/*.lazada.com.my\/*",
"*:\/\/*.lazada.co.id\/*",
"*:\/\/*.lazada.co.th\/*"
]
}
]
} | |