Messenger Only

Simplifies the html of the Messenger section in Facebook.

什么是Messenger Only?

Messenger Only是由Anton Petrov (blz777)开发的Chrome扩展程序,该扩展的主要功能是“Simplifies the html of the Messenger section in Facebook.”。

下载Messenger Only扩展crx文件

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

扩展使用说明

                        Automatically removes the top blue bar of Facebook when you open the Facebook Messenger section (at facebook.com/messenger). A page refresh might be required.

Source: https://github.com/blz777/messenger_only/                    

扩展基本信息

名称 Messenger Only Messenger Only
ID pajmhgafdleolgnobmgphhbihoenekim
官方URL https://chrome.google.com/webstore/detail/messenger-only/pajmhgafdleolgnobmgphhbihoenekim
简介 Simplifies the html of the Messenger section in Facebook.
文件大小 3.44 KB
安装次数 114
当前版本 0.20
更新时间 2015-03-01
上架时间 2015-03-01
评分 4.00/5 共4次评分
开发者 Anton Petrov (blz777)
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger Only",
    "description": "Simplifies the html of the Messenger section in Facebook.",
    "version": "0.20",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/messages\/*"
            ],
            "css": [
                "prepare.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/messages\/*"
            ],
            "js": [
                "modifyPageContent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}