messenger downloader: download fb messages
Download your messenger conversations in 1 click
messenger downloader: download fb messages क्या है?
messenger downloader: download fb messages colin cazabet द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download your messenger conversations in 1 click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में messenger downloader: download fb messages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A free chrome extension to download your facebook messages. 1. Go to messenger and select the conversation 2. Enter the number of messages you want to download. 3. Start downloading the facebook messages 4. Click on "Download file", and enjoy. Why give it a try ? - Free forever - 100% open-source - Privacy: We do not use any of your data - No sign up needed LAST UPDATES: 1.0.5: - Remove "you sent" text between each message 1.0.4: - Remove black lines on HTML file
एक्सटेंशन की मूल जानकारी
नाम | |
ID | penjomejoaibkdmnfmcdkdmnhbcpojej |
आधिकारिक URL | https://chrome.google.com/webstore/detail/messenger-downloader-down/penjomejoaibkdmnfmcdkdmnhbcpojej |
विवरण | Download your messenger conversations in 1 click |
फ़ाइल का आकार | 286 KB |
स्थापना संख्या | 2,000 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2021-10-04 |
प्रकाशन तिथि | 2021-08-09 |
रेटिंग | 3.54/5 कुल 13 रेटिंग्स |
डेवलपर | colin cazabet |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.messengerdownloader.com/ |
गोपनीयता नीति पृष्ठ URL | https://msgdownloader.htmlsave.net |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Download your messenger conversations in 1 click", "version": "1.0.5", "manifest_version": 3, "name": "messenger downloader: download fb messages", "options_page": "options.html", "author": "Colin Cazabet", "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/www.messenger.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png", "icon-34.png" ], "matches": [] } ] } |