Ultra. Downloader for Instagram

Download Stories, Photos, Videos and Reels from Instagram en-mass or one at a time.

Ultra. Downloader for Instagramคืออะไร?

Ultra. Downloader for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย afokinell และคุณลักษณะหลักของมันคือ "Download Stories, Photos, Videos and Reels from Instagram en-mass or one at a time."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ultra. Downloader for Instagram

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

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

                        Ultra extension enables it's users to download any Instagram Stories, Photos, Videos or Reels from instagram.com.

It supports 2 methods:
✅ En-masse: Downloads many files at once.
This feature is absolutely must-have for those who want to download and save multiple video or photo files.

✅ One at a time: Downloads single photo or video from Instagram Stories, Posts or Reels.
Perfect solution when you need to bulk save any specific content from Instagram.

Ultra | Ultimate Downloader for Instagram provides several downloading options  so you could сhose the one you need right now.

🔵 Bulk (mass) download of Photo, Video, and Reels. If you would like to download many posts from Instagram at once, just click Ultra button in navigation menu of Instagram and select the option you need.

🔵 Download of any single available Post from any page of Instagram. To start downloading click Ultra icon you will see on Instagram post you'd like to save.

🔵 "Download" and "Download all" options of any Story or Highlight available*. You can save any story to your hard drive, whether there is one Story you are interested in or many of them.
    🔹 Click "Download" to save the active Story.
    🔹 Click "Download all" to download multiple Stories at once. Ultra will pack them into a zip file automatically.

*To download Stories click Ultra icon located in the upper part of the Story or Highlight you are viewing.


🌗 Customise Insta look and take care of your eyes. Ultra Downloader automatically adopts Instagram native theme (dark or light) thus saving your vision and giving you better user experience.


🎉 Install Ultra | Ultimate Downloader for Instagram and level up your Instagram user experience.


❗️❗️❗️NOTE ❗️❗️❗️

✨This browser extension is an independent project and is not related to official Instagram website or application. This is solely my development intended to provide some functionality not provided by official Instagram. I am making user experience better.
✨ Mass download is available only on pages supported by Instagram.                    

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

ชื่อ Ultra. Downloader for Instagram Ultra. Downloader for Instagram
ID inekcncapjijgfjjlkadkmdgfoekcilb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ultra-downloader-for-inst/inekcncapjijgfjjlkadkmdgfoekcilb
คำอธิบาย Download Stories, Photos, Videos and Reels from Instagram en-mass or one at a time.
ขนาดไฟล์ 525 KB
จำนวนการติดตั้ง 2,000
เวอร์ชันปัจจุบัน 1.1.5
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2023-04-26
คะแนน 4.55/5 รวมทั้งหมด 38 คะแนน
ผู้พัฒนา afokinell
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/ultramassdownloader
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,da,et,es,hr,it,lv,lt,hu,pl,pt-PT,ro,fi,sv,cs,el,ru,uk,iw,hi,bn,th,ar,zh-CN,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": "1.1.5",
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "permissions": [
        "webRequest",
        "cookies",
        "storage",
        "downloads",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_icon": "\/icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "\/js\/app.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/font\/*",
                "\/icons\/*"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}