BaaBaaPicker - Download and save images and videos
Download and save images by "ALT & CLICK", download and save videos by "Resource Sniffing".
BaaBaaPicker - Download and save images and videos란 무엇입니까?
BaaBaaPicker - Download and save images and videos은(는) Onekki에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download and save images by "ALT & CLICK", download and save videos by "Resource Sniffing"."입니다.
확장 프로그램 스크린샷
BaaBaaPicker - Download and save images and videos 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download and save images and videos Features: 1. Support [ALT + Mouse Click] to download pictures directly 2. Supports batch downloading of images, and supports filtering images by image size 3. Support video download (currently supports mp4 and m3u8 videos) 4. Support saving image formats (such as webp saved as png) 5. Support setting storage folder (limited to setting subfolders in the download folder) 6. Theoretically supports any website Disclaimer: "BaaBaaPicker - Image Download and Video Download Assistant" is just a tool to help you download pictures or videos, but the pictures or videos may be protected by copyright. Before reusing an image, make sure you check its license and specific reuse terms. Please do not use any images or videos before researching their copyright status. Questions and needs are welcome Contact the author: 1. Email [email protected] 2. WeChat zhu285079772
확장 프로그램 기본 정보
이름 | BaaBaaPicker - Download and save images and videos |
ID | jmcfjcfhlakmpddbfbioackkkeialkdi |
공식 URL | https://chromewebstore.google.com/detail/baabaapicker-download-and/jmcfjcfhlakmpddbfbioackkkeialkdi |
설명 | Download and save images by "ALT & CLICK", download and save videos by "Resource Sniffing". |
파일 크기 | 255 KB |
설치 횟수 | 84 |
현재 버전 | 1.1.10 |
최근 업데이트 | 2023-10-28 |
출시 날짜 | 2023-09-27 |
개발자 | Onekki |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.10", "author": "Onekki", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "zh_CN", "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "96": "icons\/96.png", "128": "icons\/128.png" }, "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "src\/service\/main.js" }, "content_scripts": [ { "js": [ "src\/injection\/frames\/main.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "css": [ "style.css" ] } ], "web_accessible_resources": [ { "resources": [ "icons\/48.png" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "storage", "downloads", "offscreen", "webRequest", "scripting" ], "host_permissions": [ "*:\/\/*\/*" ] } |