Album Download

Download Google Photo Albums

什麼是Album Download?

Album Download是由https://ctaggart.com開發的Chrome擴展程式,該擴展的主要功能是“Download Google Photo Albums”。

擴展截圖

screenshot
screenshot

下載Album Download擴展crx文件

下載Album Download擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Album Download
ID mnaphpmipihkgnfkkhdadabcfeijmhpb
官方網址 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"
}