SoftwareHow Facebook Photo Downloader
Download and save all your Facebook photos to your computer. It works with photos from your friends' profiles too!
SoftwareHow Facebook Photo Downloader란 무엇입니까?
SoftwareHow Facebook Photo Downloader은(는) SoftwareHow에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download and save all your Facebook photos to your computer. It works with photos from your friends' profiles too!"입니다.
확장 프로그램 스크린샷
SoftwareHow Facebook Photo Downloader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Let's face it. Facebook doesn’t make it easy for you to download all your photos. Even though you can request a backup of all your data from Facebook Privacy & Settings, you don’t get much valuable data from this backup utility and it takes time (often hours or even days) before the backup archive to reach your email. You can download your photos one by one – but that’s super inefficient, especially when you’ve hundreds of photos uploaded or tagged in the past years (or decades). That’s why our team decided to build this tool – allowing you to batch download all your Facebook photos and save them to your computer (PC or Mac), later you can then back them up to cloud storage like Google Drive or an external hard drive. Best of all? It’s completely free to use, no catch! Our tool is very simple to use, just follow the instructions below and you’re all set: Step 1: Install the extension in your Google Chrome browser and pin it. Step 2: Open your Facebook Photos page. Step 3: Click on the extension icon and select a folder on your computer to save the images. Step 4: Follow the steps and our tool will start downloading your photos one by one, automatically. Step 5: Open the folder to view your photos. All the photos will be in their original size, there will be no quality loss (unlike the ones you get from Facebook’s backup utility). Our tool is not perfect, right now, there are two things we need to improve: 1) The download speed is not super fast, based on our testing experience, to download 100 photos you'll probably need to wait about 2 minutes (provided that your Internet speed is not slow). 2) Right now, the extension only works for pictures under “Photos of You (or your friend)” and “Your (or your friend’s) Photos”, it doesn’t support “Albums” yet. These limitations are due to that we use a different solution to make the tool work – without relying on Facebook API, we are aware of these drawbacks and are working hard to improve them in the next update. But hey, it’s also because we don’t rely on Facebook API, our tool will probably still work all the time (unlike other tools that rely heavily on Facebook API, which changes frequently and can cause many third-party tools to stop working). Update Note 2024.2.24: The updated version fixes these issues or improves: 1) Supporting different Facebook versions from different languages. 2) The download speed is much faster then the initial version. 3) Fixed some technical bugs.
확장 프로그램 기본 정보
이름 | SoftwareHow Facebook Photo Downloader |
ID | npillpoeoopgpnnlnpniidpacpijjpgi |
공식 URL | https://chromewebstore.google.com/detail/softwarehow-facebook-phot/npillpoeoopgpnnlnpniidpacpijjpgi |
설명 | Download and save all your Facebook photos to your computer. It works with photos from your friends' profiles too! |
파일 크기 | 5.91 MB |
설치 횟수 | 403 |
현재 버전 | 2.0 |
최근 업데이트 | 2024-02-26 |
출시 날짜 | 2024-01-25 |
평점 | 3.60/5 총 10 개의 평점 |
개발자 | SoftwareHow |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.softwarehow.com/ |
도움말 페이지 URL | https://www.softwarehow.com/facebook-photo-downloader/ |
개인정보 보호 정책 페이지 URL | https://www.softwarehow.com/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SoftwareHow Facebook Photo Downloader", "version": "2.0", "description": "Download and save all your Facebook photos to your computer. It works with photos from your friends' profiles too!", "permissions": [ "tabs" ], "icons": { "16": "img\/photo-downloader-logo-16.png", "48": "img\/photo-downloader-logo-48.png", "128": "img\/photo-downloader-logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ ".\/dist\/bundle.js" ], "run_at": "document_end", "all_frames": false } ], "action": { "default_icon": "img\/photo-downloader-logo-128.png", "default_title": "SoftwareHow Facebook Photo Downloader", "default_popup": "index.html" }, "manifest_version": 3, "web_accessible_resources": [ { "resources": [ "img\/photo-downloader-logo-48.png" ], "matches": [ " |