Messenger Message Cleaner
Delete All Messages for Facebook™ (from desktop & smartphone)
Τι είναι το Messenger Message Cleaner;
Το Messenger Message Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://fbmessagecleaner.com, και η κύρια λειτουργία του είναι "Delete All Messages for Facebook™ (from desktop & smartphone)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Messenger Message Cleaner
Λήψη αρχείων επέκτασης Messenger Message Cleaner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
"Messenger Message Mass Deleter" allows to delete all your messages/conversations in mass on Facebook™ by a single click without having to delete one by one. Deletion may be long to finish so please be patient after clicking on "delete messages" (around 1 second per conversation) Free trial to test on 10 messages and then paying service for full service. Last modification: March 2020 Terms & Conditions: Use "Messenger Message Cleaner" at your own risk. No guarantee or warranty is given. The author shall not be held liable for any damage or loss of data. Usage of this app means that you agree to these terms. "Messenger Message Cleaner" has absolutely no relation with Facebook™ compagny. For any question, you can contact us via Telegram after installation.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | cidkkdkkmeocknlecfijenbkebhoekao |
Επίσημο URL | https://chrome.google.com/webstore/detail/messenger-message-cleaner/cidkkdkkmeocknlecfijenbkebhoekao |
Περιγραφή | Delete All Messages for Facebook™ (from desktop & smartphone) |
Μέγεθος Αρχείου | 448 KB |
Αριθμός Εγκαταστάσεων | 8,000 |
Τρέχουσα Έκδοση | 2.3.1.2 |
Τελευταία Ενημέρωση | 2020-04-30 |
Ημερομηνία Δημοσίευσης | 2020-04-29 |
Αξιολόγηση | 3.08/5 Συνολικά 72 Αξιολογήσεις |
Προγραμματιστής | http://fbmessagecleaner.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.fbmessagecleaner.com |
Διεύθυνση URL της Σελίδας Βοήθειας | http://www.fbmessagecleaner.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.fbmessagecleaner.com/privacypolicy.html |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Messenger Message Cleaner", "short_name": "Messenger Message cleaner", "description": "Delete All Messages for Facebook\u2122 (from desktop & smartphone)", "version": "2.3.1.2", "icons": { "16": "icons\/fb_message_cleaner16.png", "48": "icons\/fb_message_cleaner48.png", "128": "icons\/fb_message_cleaner128.png" }, "browser_action": { "default_icon": "icons\/fb_message_cleaner16.png", "default_title": "Message Cleaner", "default_popup": "screens\/popup.html" }, "background": { "scripts": [ "js\/constants.min.js", "js\/background.js", "js\/utils.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/facebook.com\/*", "http:\/\/facebook.com\/*", "https:\/\/m.facebook.com\/*", "http:\/\/www.facebook.com\/*", "http:\/\/m.facebook.com\/*", "http:\/\/mbasic.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*" ], "js": [ "js\/constants.min.js", "js\/utils.min.js", "js\/userinfo.min.js", "js\/content.min.js", "js\/analytics.min.js" ] }, { "all_frames": true, "js": [ "js\/inject_end.js", "js\/ad.js" ], "matches": [ "https:\/\/www.facebook.com\/*", "https:\/\/facebook.com\/*", "http:\/\/facebook.com\/*", "https:\/\/m.facebook.com\/*", "http:\/\/www.facebook.com\/*", "http:\/\/m.facebook.com\/*", "http:\/\/mbasic.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*" ], "run_at": "document_end" } ], "permissions": [ "webRequest", "webRequestBlocking", "tabs", "storage", "https:\/\/www.facebook.com\/*", "https:\/\/www.fbmessagecleaner.com\/*", "https:\/\/facebook.com\/*", "http:\/\/facebook.com\/*", "https:\/\/m.facebook.com\/*", "http:\/\/www.facebook.com\/*", "http:\/\/m.facebook.com\/*", "http:\/\/mbasic.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*" ], "web_accessible_resources": [ "screens\/fb_cleaner.html", "screens\/index.html", "img\/analyze.png", "img\/brush.png", "img\/ad.gif" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |