Banggood Download All Images
Downloads images and videos from Banggood with Banggood Download All Images
Banggood Download All Imagesคืออะไร?
Banggood Download All Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rovalty และคุณลักษณะหลักของมันคือ "Downloads images and videos from Banggood with Banggood Download All Images"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Banggood Download All Images
ดาวน์โหลดไฟล์ส่วนขยาย Banggood Download All Images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Downloads images and videos from Banggood with Banggood Download All Images. Download any product - images or videos - from Banggood with a simple click. - You can choose whether it is downloaded as ZIP or not. - Works for every banggood.com subdomain, so for example usa.banggood.com - The pixel size of the downloads can also be varied between 500x 600x Pixel or max. resolution. Banggood Download All Images saves you time and nerves. A productivity boost, especially for resellers or dropshippers. Banggood Download All Images is designed so that you can download the main images of a product with one click. Videos/GIF's are also downloaded without any problems. The extension can also download all variant images with an extra button. For the description pictures, i.e. the pictures that the seller shows below on Banggood to give more details about the product, you can also download with one click. The button "All images" contains all photos, so the "Main Images"/ "Description Images" / "Variant Images". These many "Feedback Images" from every customers are not included into this. So don't worry about downloading hundreds of images with this click. If you have any problems or questions, please contact this email address. We are always open for improvements: [email protected] We hope you like the features and the design.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hndkbbmjhhhoeenflbfnbelhlooiljpb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/banggood-download-all-ima/hndkbbmjhhhoeenflbfnbelhlooiljpb |
คำอธิบาย | Downloads images and videos from Banggood with Banggood Download All Images |
ขนาดไฟล์ | 1.19 MB |
จำนวนการติดตั้ง | 642 |
เวอร์ชันปัจจุบัน | 3.4.4 |
อัปเดตครั้งล่าสุด | 2021-07-18 |
วันที่เผยแพร่ | 2020-05-20 |
คะแนน | 2.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Rovalty |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.saxsos.xyz/ |
URL หน้าช่วยเหลือ | https://www.saxsos.xyz/p/contact-us.html |
URL หน้านโยบายความเป็นส่วนตัว | https://www.saxsos.xyz/p/policy-privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Downloads images and videos from Banggood with Banggood Download All Images", "version": "3.4.4", "name": "Banggood Download All Images", "manifest_version": 2, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.banggood.com\/" ], "background": { "scripts": [ ".\/background.bundle.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/*.banggood.com\/*" ], "run_at": "document_idle", "js": [ ".\/productPage.bundle.js" ], "css": [ ".\/css\/inject\/fontawesome.min.css", ".\/css\/inject\/styles.css" ] } ], "web_accessible_resources": [ "public\/**\/*.png", "public\/**\/*.jpg", "public\/*.woff2" ], "browser_action": { "default_popup": "popup.html", "default_title": "Banggood Images Downloader", "default_icon": { "16": "public\/16.png", "32": "public\/32.png", "48": "public\/48.png", "64": "public\/64.png", "128": "public\/128.png" } }, "icons": { "16": "public\/16.png", "32": "public\/32.png", "48": "public\/48.png", "64": "public\/64.png", "128": "public\/128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |