DM Saver for Instagram™

Downloads Instagram™ direct messages

DM Saver for Instagram™란 무엇입니까?

DM Saver for Instagram™은(는) fattynoparents에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Downloads Instagram™ direct messages"입니다.

확장 프로그램 스크린샷

screenshot

DM Saver for Instagram™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An extension for downloading Instagram direct messages in HTML or ZIP format for reading them offline.

Not tested on big chats.

This is a paid extension, you will need to buy a license key to use it. 
The payment is proceeded through the Gumroad platform, you can read about the safety of buying here https://customers.gumroad.com/article/189-safe-gumroad-buying

Version changes:
v.3.0.0.7 - fixed a bug with duplicating messages
v.3.0.0.6 - fixed a bug of the latest update
v.3.0.0.5 - fixed a bug with displaying "reply-to" messages
v.3.0.0.4 - fixed a bug displaying reactions
v.3.0.0.3 - fixed a bug with the new domain
v.3.0.0.2 - moved from chatsaver.org to chatsavers.org
v.3.0.0.0 - moved to manifest 3
v.2.0.1.2 - added a "selectable" style to messages
v.2.0.1.1 - added a css style to better display huge images
v.2.0.1.0 - fixed a bug with displaying media when saving as HTML (due to the latest Instagram CORS changes they were not displayed properly)
v.2.0.0.6 - fixed a small bug with media for voice messages being undefined.
v.2.0.0.5 - added the 'random timeout' option, to download big chats without the user being locked out from their account
v.2.0.0.4 - a fix with downloading group chats which users left. (downloadChat function in dm.js, oldest_cursor is undefined in such chats, have to use prev_cursor)
v.2.0.0.3 - a small fix with downloading the last message in a chat (downloadChat function in dm.js)
v.2.0.0.2 - removed GUMROAD from the title of the description, changed the type of the extension to "using another payment system"
v.2.0.0.1 - changed the payment system to Gumroad, more information here https://customers.gumroad.com/article/189-safe-gumroad-buying
v.1.2.1.1 - fixed the multiple event bindings to buttons, that caused duplication of chats in the inbox display
v.1.2.1.0 - changed the way of loading all chats to manual; added downloading 'disappearing' media
v.1.2.0.0 - fixed downloading voice messages by adding https://*.cdninstagram.com/ to permissions in the manifest; when downloading as ZIP, made shared media/stories/user profile pictures included in the archive
v.1.1.0.9 - CUR_CHAT_URL changed according to the new Instagram API
v.1.1.0.8 - Instagram has changed its API inbox URL, therefore the extension stopped working properly. Changed ALL_CHATS_URL to the new one.
v.1.1.0.7 - Fixed a bug with the extension hanging when a story is gone and reel_share.media.image_versions2 is undefined
v.1.1.0.6 - Fixed a bug with not displaying replies to stories in the 'form_outer_msg' and 'form_inner_msg' functions
v.1.1.0.5 - Fixed a bug with the missing last_msg (in the fill_inbox_html function)
v.1.1.0.4 - Fixed a bug with not all threads being loaded from the inbox (only the first 20 were loaded). Function 'fetch_inbox_messages'
v.1.1.0.3 - Fixed a bug with undefined 'carousel_media' in the 'form_outer_msg' and 'form_inner_msg' functions
v 1.1.0.2 - The previous bug was not fixed properly, had to fix it again
v 1.1.0.1 - Fixed a bug with undefined 'user' in the 'form_outer_msg' and 'form_inner_msg' functions
v 1.1.0.0 - Added possibility to download chats as ZIP archives. ZIP archives will include image and video files. Please mind that due to CORS restrictions voice messages cannot be downloaded, so these files won't play.
v 1.0.0.8 - Fixed a bug with missing 'profile_pic_url' in the fill_inbox_html function
v 1.0.0.7 - Fixed a bug in downloading shared media, added cases 'shared media' and 'link' to the form_inner_msg function
v 1.0.0.6 - Fixed downloading shared media files                    

확장 프로그램 기본 정보

이름 DM Saver for Instagram™ DM Saver for Instagram™
ID ppmokamipefokigaccoiefenhgokncle
공식 URL https://chromewebstore.google.com/detail/dm-saver-for-instagram/ppmokamipefokigaccoiefenhgokncle
설명 Downloads Instagram™ direct messages
파일 크기 456 KB
설치 횟수 2,364
현재 버전 3.0.0.7
최근 업데이트 2023-08-03
출시 날짜 2020-07-04
평점 3.78/5 총 46 개의 평점
개발자 fattynoparents
이메일 [email protected]
결제 유형 in_app
개인정보 보호 정책 페이지 URL https://htmlpreview.github.io?https://github.com/fattynoparents/policy/blob/master/privacy%20policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "imgs\/128.png"
        }
    },
    "author": "",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.instagram.com\/"
            ],
            "js": [
                "js\/jquery-3.1.1.min.js",
                "js\/moment.js",
                "js\/zip.js",
                "js\/z-worker.js",
                "js\/deflate.js"
            ]
        }
    ],
    "description": "Downloads Instagram\u2122 direct messages",
    "host_permissions": [
        "https:\/\/*.instagram.com\/",
        "https:\/\/*.cdninstagram.com\/",
        "https:\/\/*.fbcdn.net\/",
        "https:\/\/*.fbsbx.com\/",
        "https:\/\/chatsavers.org\/"
    ],
    "icons": {
        "128": "imgs\/128.png"
    },
    "manifest_version": 3,
    "name": "DM Saver for Instagram\u2122",
    "permissions": [
        "storage"
    ],
    "version": "3.0.0.7",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/ig_style.css",
                "js\/z-worker.js",
                "js\/patch-worker.js",
                "js\/deflate.js",
                "buy.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}