Messenger Analyzer by Marx Chryz
Want to know who you message most? Visualize chats on a graphical format using Messenger Analyzer!
Τι είναι το Messenger Analyzer by Marx Chryz;
Το Messenger Analyzer by Marx Chryz είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marx Chryz, και η κύρια λειτουργία του είναι "Want to know who you message most? Visualize chats on a graphical format using Messenger Analyzer!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Messenger Analyzer by Marx Chryz
Λήψη αρχείων επέκτασης Messenger Analyzer by Marx Chryz σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do you want to know who are your top chats on Facebook? Want to know how many times you and your friend talk to each other? Messenger Analyzer got you covered! Messenger Analyzer makes users know which of their Facebook friends they chat the most. Messenger Analyzer also provides graphical representation of your chats with your friends. Now you can see how close your friendship from the very start of your conversation. Features: - View Chat Counts Including Blocked Users - View Chat Counts Including Disabled Users - Line Graph of Chats per Month - Pie Chart for Message Interaction (Who messages most and Who messages longest) What's new? - Bug Fixed for Newer Versions of m.facebook.com How to use: 1. Install the extension. 2. Go to https://m.facebook.com/ and the extension will automatically load. 3. You can use the search functionality to find your friends and you can see the graphs for your chat by clicking the visualize button. How to disable the extension: 1. Go to chrome://extensions 2. Find this extension and toggle it to disable. Disclaimer: All the processes are happening on your end only. No data is being collected which means you are the only one able to see your charts and messages count.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nnamndaceaokgedfjeabonkolicdaoah |
Επίσημο URL | https://chromewebstore.google.com/detail/messenger-analyzer-by-mar/nnamndaceaokgedfjeabonkolicdaoah |
Περιγραφή | Want to know who you message most? Visualize chats on a graphical format using Messenger Analyzer! |
Μέγεθος Αρχείου | 99.41 KB |
Αριθμός Εγκαταστάσεων | 492 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2021-11-12 |
Ημερομηνία Δημοσίευσης | 2021-11-12 |
Αξιολόγηση | 3.18/5 Συνολικά 11 Αξιολογήσεις |
Προγραμματιστής | Marx Chryz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Messenger Analyzer by Marx Chryz", "version": "1.1", "description": "Want to know who you message most? Visualize chats on a graphical format using Messenger Analyzer!", "content_scripts": [ { "matches": [ "https:\/\/m.facebook.com\/*" ], "js": [ "main.js" ] } ], "browser_action": { "default_icon": "icon.png" }, "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" } } |