Mass. Downloader for Instagram

Download all Stories, Photo, Video, Reels.

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

Mass. Downloader for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mass และคุณลักษณะหลักของมันคือ "Download all Stories, Photo, Video, Reels."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Mass. Downloader for Instagram

Download all Stories, Photo, Video, Reels.

Most advanced multitool for mass downloading Posts, Stories, Highlights and Reels. Downloading is available with three options: 
- within set posts range;
- within set timeframe;
- posts selected by user.
Available downloading options are shown on each page.

Now mass download of Reels is available, as well as mass download of Posts found by geo or hashtag.

! IMPORTANT ! 
Mass downloading is available only where it is technically possible. Recently Instagram implemented changes which made downloading by date or number of posts impossible on some pages. We cannot do anything about that.

1) Downloading by posts range
Click on "Mass Download" button and select "Download by sequence" option, then set range of posts to be downloaded. E.g., 3 to 200, thus all posts withing this range will be downloaded. In case number of posts is too big Mass. Downloaded for Instagram detects this, and automatically creates several .zip files if needed.
In downloaded .zip file you will find folders with content named by the author's username.

2) Downloading posts within set timeframe
Click on "Mass Download" button, select "Download by timeframe" and set the dates in our user-friendly calendar. All posts within this timeframe will be downloaded.
Mass. Downloaded for Instagram also remembers date of last post downloaded from a user in order next time you could see the needed date from which you should download new posts.

3) Select any posts and download them from any page
In this case you will see checkboxes on all posts. After you checked needed boxes click "download" and Mass. Downloaded for Instagram will create .zip file with downloaded posts.
In downloaded .zip file you will find folders with content named by the author's username.

4) Safe downloading
With Mass. Downloaded for Instagram downloading will never be considered as unusual behavior. The extension masks downloading under regular user activity so you don't have to be worried about your account safety.

5) It works in old and new Instagram design
Instagram is moving to new design of its web-page so we created our extension to work on both: old and new design. You may use whichever is suitable for you.

6) Bulk download of user's Stories
You can download Stories and Highlights from your subscription and from any public account of current page in .zip file.

6.1) Bulk download of all users` Stories from your feed and all user`s highlights in ready .zip file

7) Downloading Reels
Mass. Downloaded for Instagram also supports Downloading Instagram Reals.

8) User-friendly menu
It can be shrinked or expanded for better user experience                    

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

ชื่อ Mass. Downloader for Instagram Mass. Downloader for Instagram
ID ldoldiahbhnbfdihknppjbhgjngibdbe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mass-downloader-for-insta/ldoldiahbhnbfdihknppjbhgjngibdbe
คำอธิบาย Download all Stories, Photo, Video, Reels.
ขนาดไฟล์ 293 KB
จำนวนการติดตั้ง 50,000
เวอร์ชันปัจจุบัน 1.2.6
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2022-12-11
คะแนน 4.11/5 รวมทั้งหมด 150 คะแนน
ผู้พัฒนา Mass
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/massdownloaderforinstagram
ภาษาที่รองรับ de,en,fr,tr,es,pt-PT,ru,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.2.6",
    "background": {
        "service_worker": "\/js\/bg.js"
    },
    "permissions": [
        "webRequest",
        "cookies",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "\/js\/app.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "\/icons\/icon_128.png"
    },
    "action": {
        "default_icon": "\/icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/font\/*",
                "\/icons\/*"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ]
}