Shopee - save images & videos
Save all the product images & videos on Shopee
Shopee - save images & videosคืออะไร?
Shopee - save images & videos เป็นส่วนขยายของ Chrome ที่พัฒนาโดย phillippmueller74 และคุณลักษณะหลักของมันคือ "Save all the product images & videos on Shopee"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shopee - save images & videos
ดาวน์โหลดไฟล์ส่วนขยาย 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." ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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 |
| อีเมล | [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\/*"
]
}
]
} | |