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
}