Shopee - save images & videos
Save all the product images & videos on Shopee
Shopee - save images & videos란 무엇입니까?
Shopee - save images & videos은(는) phillippmueller74에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save all the product images & videos on Shopee"입니다.
확장 프로그램 스크린샷
Shopee - save images & videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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."
확장 프로그램 기본 정보
이름 | Shopee - save images & videos |
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\/*" ] } ] } |