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은(는) Marx Chryz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Want to know who you message most? Visualize chats on a graphical format using Messenger Analyzer!"입니다.
확장 프로그램 스크린샷
Messenger Analyzer by Marx Chryz 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |