Shopee Save Plus - Download Images & Videos
Save Shopee Product Images & Videos.
Shopee Save Plus - Download Images & Videosคืออะไร?
Shopee Save Plus - Download Images & Videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MXNPro และคุณลักษณะหลักของมันคือ "Save Shopee Product Images & Videos."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopee Save Plus - Download Images & Videos
ดาวน์โหลดไฟล์ส่วนขยาย Shopee Save Plus - Download Images & Videos ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Easily save images and videos from Shopee with just a few clicks. No more wasting time manually downloading and organizing product images and videos - our extension does it all for you. This extension is perfect for anyone looking to streamline their dropshipping business. With the ability to quickly and easily save product images and videos, you can focus on growing your business and making more sales. So why wait? Install the Shopee Save Image & Video Downloader Chrome Extension today and start saving time and growing your business! You will be able to get product images in one click with the best quality possible! Shopee Save Plus is free, give it a try! ▬ GETTING STARTED ▬ 1. Install the extension by clicking the “Add to chrome” button. 2. Open a Shopee product page. 3. Click on the download buttons. ▬ NEED HELP? ▬ If you have any questions, or suggestions to improve the app, please let us know at [email protected]! ▬ DISCLAIMER ▬ The extension is NOT affiliated with or endorsed by Shopee.com
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Shopee Save Plus - Download Images & Videos |
ID | giaeafdicekjpckngfbdnehblmamlhpa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/shopee-save-plus-download/giaeafdicekjpckngfbdnehblmamlhpa |
คำอธิบาย | Save Shopee Product Images & Videos. |
ขนาดไฟล์ | 267 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.0.10 |
อัปเดตครั้งล่าสุด | 2023-10-05 |
วันที่เผยแพร่ | 2022-11-16 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | MXNPro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://tally.so/r/mOQ7gR |
URL หน้านโยบายความเป็นส่วนตัว | https://mxnpro.ovh/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "Shopee Save Plus", "version": "1.0.10", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "public\/icons\/icon-16.png", "48": "public\/icons\/icon-48.png", "96": "public\/icons\/icon-96.png", "128": "public\/icons\/icon-128.png" }, "content_security_policy": { "extensions_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "downloads", "storage", "activeTab", "scripting" ], "host_permissions": [ "*:\/\/shopee.co.id\/*", "*:\/\/shopee.tw\/*", "*:\/\/shopee.vn\/*", "*:\/\/shopee.co.th\/*", "*:\/\/shopee.ph\/*", "*:\/\/shopee.com.my\/*", "*:\/\/shopee.sg\/*", "*:\/\/shopee.com.br\/*", "*:\/\/shopee.com.mx\/*", "*:\/\/shopee.com.co\/*", "*:\/\/shopee.cl\/*", "*:\/\/shopee.pl\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.shopee.co.id\/*", "*:\/\/shopee.tw\/*", "*:\/\/shopee.vn\/*", "*:\/\/shopee.co.th\/*", "*:\/\/shopee.ph\/*", "*:\/\/shopee.com.my\/*", "*:\/\/shopee.sg\/*", "*:\/\/shopee.com.br\/*", "*:\/\/shopee.com.mx\/*", "*:\/\/shopee.com.co\/*", "*:\/\/shopee.cl\/*", "*:\/\/shopee.pl\/*" ], "js": [ "sspmPatchContent.js" ], "runAt": "document_start" }, { "matches": [ "https:\/\/account.mxnpro.ovh\/shopeesave-plus\/*" ], "js": [ "account.js" ], "all_frames": true }, { "matches": [ "*:\/\/*.shopee.co.id\/*", "*:\/\/shopee.tw\/*", "*:\/\/shopee.vn\/*", "*:\/\/shopee.co.th\/*", "*:\/\/shopee.ph\/*", "*:\/\/shopee.com.my\/*", "*:\/\/shopee.sg\/*", "*:\/\/shopee.com.br\/*", "*:\/\/shopee.com.mx\/*", "*:\/\/shopee.com.co\/*", "*:\/\/shopee.cl\/*", "*:\/\/shopee.pl\/*" ], "js": [ "solid-js-vendors.js", "contentButtons.js", "contentApp.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/public\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "sspmPatch.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |