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文件

下载Messenger™ in Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
        }
    ]
}