Gearbest Images Downloader
Save Gearbest images in one click.
什麼是Gearbest Images Downloader?
Gearbest Images Downloader是由https://mxnpro.ovh開發的Chrome擴展程式,該擴展的主要功能是“Save Gearbest images in one click.”。
擴展截圖
下載Gearbest Images Downloader擴展crx文件
下載Gearbest Images Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Easily save Gearbest images to your computer.
Save hundred of hours downloading Gearbest product's images in one click!
▬▬▬▬▬ FEATURES ▬▬▬▬▬
FREE version:
- Download main images
- Download description images
- Get the best image quality
PRO version:
- Remove image watermarks
- Download all variants images in one click
- Organise downloads with subdirectories
- Open download directory after download
- Download as .ZIP file
▬▬▬▬▬ CONTACT ▬▬▬▬▬
If you have any questions, or suggestions to improve the app, please let us know at [email protected]! 擴展基本資訊
| 名稱 | |
| ID | jdclbkahonlboaecciolgamomaicjicn |
| 官方網址 | https://chromewebstore.google.com/detail/gearbest-images-downloade/jdclbkahonlboaecciolgamomaicjicn |
| 簡介 | Save Gearbest images in one click. |
| 檔案大小 | 304 KB |
| 安裝次數 | 122 |
| 目前版本 | 1.0.3 |
| 更新時間 | 2022-12-22 |
| 上架時間 | 2020-12-02 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://mxnpro.ovh |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://mxnpro.ovh/gearbest |
| 說明頁面URL | https://mxnpro.ovh/gearbest/support |
| 隱私政策頁面URL | https://mxnpro.ovh/privacy |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "Gearbest DL",
"version": "1.0.3",
"description": "__MSG_appDesc__",
"default_locale": "en",
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"96": "icons\/icon-96.png",
"128": "icons\/icon-128.png"
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"storage",
"downloads",
"activeTab",
"*:\/\/*.gearbest.com\/*",
"*:\/\/*.gbtcdn.com\/*",
"*:\/\/mxnpro.ovh\/gearbest\/checkout",
"http:\/\/localhost:3000\/*"
],
"options_ui": {
"page": "index.html?route=options",
"open_in_tab": true
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"browser_action": {
"default_popup": "index.html?route=popup"
},
"content_scripts": [
{
"run_at": "document_idle",
"matches": [
"*:\/\/*.gearbest.com\/*"
],
"js": [
"content.js"
]
},
{
"run_at": "document_idle",
"matches": [
"*:\/\/mxnpro.ovh\/gearbest\/checkout",
"http:\/\/localhost:3000\/*"
],
"js": [
"checkoutContent.js"
]
}
],
"web_accessible_resources": [
"icons\/*",
"images\/*"
]
} | |