DM Saver for Instagram™

Downloads Instagram™ direct messages

Hvad er DM Saver for Instagram™?

DM Saver for Instagram™ er en Chrome-udvidelse udviklet af fattynoparents, og dens hovedfunktion er "Downloads Instagram™ direct messages".

Udvidelsesskærmbilleder

screenshot

Download DM Saver for Instagram™-udvidelses-CRX-fil

Download DM Saver for Instagram™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn DM Saver for Instagram™ DM Saver for Instagram™
ID ppmokamipefokigaccoiefenhgokncle
Officiel URL https://chromewebstore.google.com/detail/dm-saver-for-instagram/ppmokamipefokigaccoiefenhgokncle
Beskrivelse Downloads Instagram™ direct messages
Filstørrelse 456 KB
Antal Installationer 2,364
Nuværende Version 3.0.0.7
Senest Opdateret 2023-08-03
Udgivelsesdato 2020-07-04
Bedømmelse 3.78/5 Samlet 46 Bedømmelser
Udvikler fattynoparents
E-mail [email protected]
Betalingsmetode in_app
URL til Fortrolighedspolitik Side https://htmlpreview.github.io?https://github.com/fattynoparents/policy/blob/master/privacy%20policy.html
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}