Photobucket Downloader

An Album Downloader of Photobucket

Photobucket Downloader là gì?

Photobucket Downloader là một tiện ích mở rộng Chrome được phát triển bởi https://sharecoding.wordpress.com, và tính năng chính của nó là "An Album Downloader of Photobucket".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Photobucket Downloader

Tải xuống các tệp mở rộng Photobucket Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        [4.0.0]
Support Photobucket new album

[3.0.4]
Hotfix after Photobucket layout changed

[3.0.3]
Support HTTPS


This is an unlimit version of Photobucket Album Downloader.
1. Download photos as much as the album have (No limit)
2. Download original size of photos (Not compressed) !!!! Only Paid Member of Photobucket !!!!
3. Support Public / Locked / Private albums
這是一個Photobucket相簿下載工具。
1. 它能下載每個相簿中的所有圖片
2. 而且下載的圖片均為原始圖片大小(非壓縮) !!!! 只限 Photobucket 付費會員 !!!!
3. 支援 公開 / 鎖上 / 私人 相簿


Tutorial:
New Album:
1. Go to any album, such as: https://app.photobucket.com/u/boxprints/a/ed2ff200-e98e-431e-be49-c3478426e86d
2. Find the Extension Button "PB ALBUM DOWNLOADER (UNLIMIT)" on the top right extension menu and you can see total number of photos aside the button
3. Click the "Extension button" and a popup will be opened and you can see a "Download" button inside
4. Click the "Download" button and you are now start to download photos
Old Album:
1. Go to any album, such as: http://s237.photobucket.com/user/bekadrk89/library/Photography
2. Find the Panel "PB ALBUM DOWNLOADER (UNLIMIT)" on the right and you can see a "Download" button
3. Click the "Download" button and you are now start to download photos

步驟:
新相簿:
1. 瀏覽任何相簿,例如:https://app.photobucket.com/u/boxprints/a/ed2ff200-e98e-431e-be49-c3478426e86d
2. 在擴充功能列表找到「PB ALBUM DOWNLOADER (UNLIMIT)」按鈕,並可看到已檢測到的圖片總數
3. 按下擴充功能按鈕後,視窗會彈出並可看到「Download」按鈕
4. 按下「Download」按鈕後,系統會下載圖片,載入完成後會自動下載壓縮檔
舊相簿:
1. 瀏覽任何相簿,例如:http://s237.photobucket.com/user/bekadrk89/library/Photography
2. 在右邊的版塊中找到「PB ALBUM DOWNLOADER (UNLIMIT)」並可看到「Download」按鈕
3. 按下「Download」按鈕後,系統會下載圖片,載入完成後會自動下載壓縮檔                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Photobucket Downloader Photobucket Downloader
ID jmpbbfglflhdhbmimlcacoojpkeopelc
URL Chính Thức https://chromewebstore.google.com/detail/photobucket-downloader/jmpbbfglflhdhbmimlcacoojpkeopelc
Mô tả An Album Downloader of Photobucket
Kích Thước Tệp 8.99 MB
Số Lần Cài Đặt 1,795
Phiên Bản Hiện Tại 4.0.0
Cập Nhật Lần Cuối 2020-09-18
Ngày Phát Hành 2020-06-04
Đánh Giá 4.39/5 Tổng số 171 Đánh Giá
Nhà Phát Triển https://sharecoding.wordpress.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://sharecoding.wordpress.com/photobucket-downloader/
URL Trang Trợ Giúp http://sharecoding.wordpress.com/photobucket-downloader/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Photobucket Downloader",
    "version": "4.0.0",
    "description": "An Album Downloader of Photobucket",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "storage",
        "https:\/\/app.photobucket.com\/api\/graphql",
        "https:\/\/hosting.photobucket.com\/images\/*",
        "https:\/\/*.photobucket.com\/user\/*",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "library\/jquery-3.5.1.min.js",
                "library\/jszip.min.js",
                "library\/FileSaver.min.js",
                "oldpage\/Element.js",
                "oldpage\/PB.js",
                "oldpage\/App.js",
                "contentscript.js"
            ],
            "css": [
                "contentscript.css"
            ],
            "matches": [
                "https:\/\/*.photobucket.com\/user\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png",
            "128": "images\/icon-128.png"
        },
        "default_title": "Photobucket Downloader",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "19": "images\/icon-19.png",
        "38": "images\/icon-38.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}