Messenger™ in Extension

An easy to use app for messenger

Messenger™ in Extension란 무엇입니까?

Messenger™ in Extension은(는) Rahul Dey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An easy to use app for messenger"입니다.

확장 프로그램 스크린샷

screenshot

Messenger™ in Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Messenger™ in Extension (Facebook™ Messenger) is the easiest way to open and use Messenger from your desktop machine (PC, MAC or Linux). Clicking on the toolbar button, renders Messenger in a standalone UI. Moreover, the window is re-sizable to your desired choice and the changes are auto saved to the memory. Note, to start using this App, you need to have a Facebook account.

Important Note: Messenger™ in Extension does NOT belong or related to the official Facebook/Messenger website or application in any ways. It is an unofficial app that is developed and maintained independently.                    

확장 프로그램 기본 정보

이름 Messenger™ in Extension Messenger™ in Extension
ID eahejehpceoealhbjpjpgdgiapepglgk
공식 URL https://chromewebstore.google.com/detail/messenger-in-extension/eahejehpceoealhbjpjpgdgiapepglgk
설명 An easy to use app for messenger
파일 크기 38.39 KB
설치 횟수 871
현재 버전 1
최근 업데이트 2022-05-19
출시 날짜 2022-05-19
개발자 Rahul Dey
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger\u2122 in Extension",
    "version": "1",
    "manifest_version": 3,
    "description": "An easy to use app for messenger",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_title": "Messenger\u2122 in Extension"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "panel\/icons\/*"
            ],
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "style.css"
            ],
            "js": [
                "index.js"
            ],
            "matches": [
                "*:\/\/*.messenger.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}