Messages Remover For Facebook

The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.

Messages Remover For Facebook란 무엇입니까?

Messages Remover For Facebook은(는) Aimen Houhamdi - أيمن حوحامدي에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide."입니다.

확장 프로그램 스크린샷

screenshot

Messages Remover For Facebook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.                    

확장 프로그램 기본 정보

이름 Messages Remover For Facebook Messages Remover For Facebook
ID pnekbnjndgalhmockphmkeeklaalbfoc
공식 URL https://chromewebstore.google.com/detail/messages-remover-for-face/pnekbnjndgalhmockphmkeeklaalbfoc
설명 The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.
파일 크기 5 MB
설치 횟수 277
현재 버전 5.5
최근 업데이트 2023-11-21
출시 날짜 2023-11-21
평점 5.00/5 총 1 개의 평점
개발자 Aimen Houhamdi - أيمن حوحامدي
이메일 [email protected]
결제 유형 in_app
도움말 페이지 URL https://fb.com/aimen25cne
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messages Remover For Facebook",
    "short_name": "MR4FB",
    "version": "5.5",
    "manifest_version": 3,
    "description": "The extension will automatically delete all your Messenger and Marketplace chats based on the input value you provide.",
    "icons": {
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "MR4FB",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "\/style.css",
                "css\/jquery-confirm.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/sweetAlert.min.js",
                "js\/jquery-confirm.js",
                "js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}