Messenger Cleaner

Delete all Facebook messages at once (or) Choose and Delete multiple messages at once

Messenger Cleaner란 무엇입니까?

Messenger Cleaner은(는) rowe6435에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delete all Facebook messages at once (or) Choose and Delete multiple messages at once"입니다.

확장 프로그램 스크린샷

screenshot

Messenger Cleaner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Delete all Facebook messages at once (or) Choose and Delete multiple messages at once
Messenger Cleaner lets you to delete all your Facebook messages(including group messages) by one click without having to delete one by one, It even allows to Choose and Delete multiple messages at once.

***We are sorry for the experience that you had, due to some issues that is related to Facebook only users who have the new Facebook view are able to use the extension. Please ensure that you are using the new Facebook layout to be able to use the extension. In the meantime we will try to resolve the issues related to this.

**Note: Please refresh if not working in 1st attempt

This app does not store any of your data.

Please watch following videos to get know how this app works:
1. https://www.youtube.com/watch?v=q12FM6uh6JE
2. https://www.youtube.com/watch?v=PrzHsNabV34
3. https://www.youtube.com/watch?v=GF9ygFRV9dw&t=12s
4. https://www.youtube.com/watch?v=ZXbo8V8i_ec

Terms & Conditions:
Use "Messenger 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.

For any query: [email protected]/[email protected]/+919663026088                    

확장 프로그램 기본 정보

이름 Messenger Cleaner Messenger Cleaner
ID jdbcbmdfjddfdgmddlcncmdhdghednnm
공식 URL https://chrome.google.com/webstore/detail/messenger-cleaner/jdbcbmdfjddfdgmddlcncmdhdghednnm
설명 Delete all Facebook messages at once (or) Choose and Delete multiple messages at once
파일 크기 192 KB
설치 횟수 22,706
현재 버전 0.0.8
최근 업데이트 2022-12-11
출시 날짜 2020-08-12
평점 3.07/5 총 61 개의 평점
개발자 rowe6435
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Messenger Cleaner",
    "short_name": "Delete all Facebook messages",
    "description": "Delete all Facebook messages at once (or) Choose and Delete multiple messages at once",
    "version": "0.0.8",
    "icons": {
        "16": "icons\/fb_message_cleaner16.png",
        "48": "icons\/fb_message_cleaner48.png",
        "128": "icons\/fb_message_cleaner128.png"
    },
    "action": {
        "default_icon": "icons\/fb_message_cleaner16.png",
        "default_title": "Messenger Cleaner(Message Cleaner)",
        "default_popup": "screens\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/constants.min.js",
                "js\/utils.min.js",
                "js\/content.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; style-src 'self'; object-src 'self';"
    }
}