Download Albums for Instagram™

2023 Easiest way to Download Albums from Instagram (ig)

Download Albums for Instagram™คืออะไร?

Download Albums for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://esuit.dev และคุณลักษณะหลักของมันคือ "2023 Easiest way to Download Albums from Instagram (ig)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download Albums for Instagram™

ดาวน์โหลดไฟล์ส่วนขยาย Download Albums for Instagram™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Note: this extension is not officially developed by Facebook, The author is @William Chen.

Got feedback or experiencing any issues? Let us know on Facebook! Your input is important to us and we're here to help.
https://www.facebook.com/esuitdev

This extension uses Instagram addresses to function, so it needs to be able to read your browser data on Instagram addresses

Download all photos from Instagram.
This extension allows you to bulk-download all photos from Albums or a single reels collection.

Works on:
- Any User's Album
- Any Reels Collection
- Any Tag Page
- Any langs
- Supports download tagged
- Supports download highlights
- Supports download with select
- Supports download from search
- Supports download from explore

With ❤️ from esuit.dev

Facebook version
https://chrome.google.com/webstore/detail/download-albums-for-faceb/djlgfdiljlmbcfimhkeenolnndblfmoo

You know, it’s easy to save a single photo on Instagram. Just hover over the image, right-click or tap on the image and select “Save Image As…”, pretty simple, huh?
What if you have a thousand pictures to download? I bet you don’t want to save them one by one.

Imagine, with only a few clicks, you get a copy of all your favorite pictures. Even better, you’ll get the exact albums/photos you want without sacrificing image quality.

You could then keep those digital memories in a safe place, or share them with family members offline. For those who want to close their Instagram account, you can do so without worrying about data loss.

Or download all photos of your crush, everything done in a few clicks.

Install this extension and make that works for you.

Disclaimer: Please note this extension is NOT made by Facebook and is made by an independent development team. All copyrights belong to their respective owners.
Facebook doesn’t endorse or sponsor this extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Download Albums for Instagram™ Download Albums for Instagram™
ID inkncgklbglecgdlcpfpajejocdpbpbd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/download-albums-for-insta/inkncgklbglecgdlcpfpajejocdpbpbd
คำอธิบาย 2023 Easiest way to Download Albums from Instagram (ig)
ขนาดไฟล์ 478 KB
จำนวนการติดตั้ง 14,992
เวอร์ชันปัจจุบัน 2.6.3
อัปเดตครั้งล่าสุด 2023-07-21
วันที่เผยแพร่ 2023-01-17
คะแนน 4.92/5 รวมทั้งหมด 210 คะแนน
ผู้พัฒนา http://esuit.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://esuit.dev/
URL หน้าช่วยเหลือ https://esuit.dev/feedback
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "2.6.3",
    "author": "ChangJoo Park",
    "minimum_chrome_version": "103",
    "version_name": "2.6.3",
    "content_scripts": [
        {
            "js": [
                "assets\/index.ts-loader-f2f644c8.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "src\/assets\/logo\/favicon-128.png",
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "host_permissions": [
        "https:\/\/www.instagram.com\/*"
    ],
    "icons": {
        "16": "src\/assets\/logo\/favicon-16.png",
        "19": "src\/assets\/logo\/favicon-19.png",
        "32": "src\/assets\/logo\/favicon-32.png",
        "38": "src\/assets\/logo\/favicon-38.png",
        "48": "src\/assets\/logo\/favicon-48.png",
        "128": "src\/assets\/logo\/favicon-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "resources": [
                "assets\/browser-polyfill-23cdcea2.js",
                "assets\/index.ts-daab3c83.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.instagram.com\/*"
        ]
    }
}