Album Downloader for Facebook
Download Facebook Album in one click!
ما هو Album Downloader for Facebook؟
Album Downloader for Facebook هو إضافة Chrome تم تطويرها بواسطة FBDown، والميزة الرئيسية لها هي "Download Facebook Album in one click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Album Downloader for Facebook
قم بتنزيل ملفات الامتداد Album Downloader for Facebook بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Our FB page: https://www.facebook.com/pages/FB-album-downloader/149029838586975
### UPDATE
+ v2.6.8 fix - fix video won't be skipped; now the downloads finishes automatically.
+ v2.6.7 fix - fix a bug that causes download partially.
+ v2.6.6 fix - now you can download album with videos (videos will be skipped)
+ v2.6.4 update with 2020-08 new Facebook style!
### Introduction
Download Facebook album with a simply click, no AD, Enjoy it!
### Usage
Browse any FB album, simply click the button.
### Download methods
+ Multiply download: download all picture Separately in your chrome download folder, with origin picture filename(e.g 15096_425003327454502_1091913203_n.jpg)
+ Zip download: download all picture in a zip file, with ordered filename (e.g. 1.jpg, 2.jpg...), but you'll need to wait for compression.
### License
http://creativecommons.org/licenses/by-nc-sa/3.0/deed معلومات أساسية عن التمديد
| الاسم | |
| ID | oallcdoceahndjmaalbicbcgpfnajgae |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/album-downloader-for-face/oallcdoceahndjmaalbicbcgpfnajgae |
| الوصف | Download Facebook Album in one click! |
| حجم الملف | 175 KB |
| عدد التثبيتات | 65,193 |
| النسخة الحالية | 2.6.8 |
| آخر تحديث | 2020-11-24 |
| تاريخ النشر | 2020-09-10 |
| تقييم | 3.17/5 مجموع تقييمات 536 |
| المطور | FBDown |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://www.facebook.com/FB-album-downloader-149029838586975/ |
| عنوان صفحة سياسة الخصوصية | https://www.fbdown.cloud/privacy-policy.html |
| اللغات المدعومة | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.6.8",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"all_frames": false,
"js": [
"contentscript.js"
],
"matches": [
"http:\/\/*.facebook.com\/*",
"https:\/\/*.facebook.com\/*"
]
}
],
"default_locale": "en",
"description": "__MSG_description__",
"icons": {
"512": "efd-512.png",
"128": "efd-128.png",
"96": "efd.png",
"48": "efd-48.png"
},
"options_page": "page\/options.html",
"manifest_version": 2,
"name": "Album Downloader for Facebook",
"page_action": {
"default_icon": "efd-48.png",
"default_title": "__MSG_download_button__"
},
"permissions": [
"tabs",
"https:\/\/fbdown.cloud\/",
"storage",
"downloads"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
} | |