Album Download
Download Google Photo Albums
Album Download란 무엇입니까?
Album Download은(는) https://ctaggart.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download Google Photo Albums"입니다.
확장 프로그램 스크린샷
Album Download 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Download all photos and videos from albums in Google Photos with these features: - Preserve order of the organized album. - Shareable formats. The iPhone heic images are downloaded as jpg images and the mov videos as mp4 videos. - Able to specify naming. - Able to specify size and cropping.
확장 프로그램 기본 정보
이름 | Album Download |
ID | mnaphpmipihkgnfkkhdadabcfeijmhpb |
공식 URL | https://chromewebstore.google.com/detail/album-download/mnaphpmipihkgnfkkhdadabcfeijmhpb |
설명 | Download Google Photo Albums |
파일 크기 | 962 KB |
설치 횟수 | 4,800 |
현재 버전 | 2.2.1 |
최근 업데이트 | 2024-02-13 |
출시 날짜 | 2020-05-07 |
평점 | 4.33/5 총 18 개의 평점 |
개발자 | https://ctaggart.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://albumdownload.ctaggart.com/ |
도움말 페이지 URL | https://albumdownload.ctaggart.com/support.html |
개인정보 보호 정책 페이지 URL | https://albumdownload.ctaggart.com/privacy.html |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.2.1", "default_locale": "en", "name": "__MSG_appName__", "short_name": "__MSG_appName__", "description": "__MSG_appDescription__", "action": { "default_title": "__MSG_appName__" }, "permissions": [ "identity", "downloads", "storage" ], "host_permissions": [ "https:\/\/albumdownload.appspot.com\/", "https:\/\/*.googleusercontent.com\/" ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'" }, "background": { "service_worker": "background.js" }, "icons": { "128": "albumdownload_icon_128.png" }, "oauth2": { "client_id": "296425092560-jrmpm1bec18adusq0m12g4pnoblh3l13.apps.googleusercontent.com", "scopes": [ "openid", "email", "https:\/\/www.googleapis.com\/auth\/photoslibrary.readonly", "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgu\/bjDWDQI2GWOjDKilsTnC0z8R1pmarQeqygmzbwKXueeFsVXDRWiDaqWnFCjD9vkq7ZsiQ2X1pwDkordJn92SJoG4\/lvB0Avr924l9BL0mn0V6fAcm2FqkSi9HPWTYnqVV+wMd3mb9YokwQKRWLYbHmu6wYhNLHxKLtT8gzavpLCJnH6XWyPjrXoazSOaC47zZUqu5EEaaLQptQzX0bHEezBmBKIzjXKSYXwL+8gQnZv8sET93Rtg74N3f7U+Rlwxg0NI0URvLPIwoloFR8EHm2tpy9cvAikQdbGMaS3Zru8b9yF9e9ZrTxrunr1DyZaoIYzT8pCPD4zogCFlKNQIDAQAB" } |