Messenger Only

Simplifies the html of the Messenger section in Facebook.

Messenger Only là gì?

Messenger Only là một tiện ích mở rộng Chrome được phát triển bởi Anton Petrov (blz777), và tính năng chính của nó là "Simplifies the html of the Messenger section in Facebook.".

Tải xuống tệp CRX của tiện ích mở rộng Messenger Only

Tải xuống các tệp mở rộng Messenger Only dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Messenger Only Messenger Only
ID pajmhgafdleolgnobmgphhbihoenekim
URL Chính Thức https://chrome.google.com/webstore/detail/messenger-only/pajmhgafdleolgnobmgphhbihoenekim
Mô tả Simplifies the html of the Messenger section in Facebook.
Kích Thước Tệp 3.44 KB
Số Lần Cài Đặt 114
Phiên Bản Hiện Tại 0.20
Cập Nhật Lần Cuối 2015-03-01
Ngày Phát Hành 2015-03-01
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Anton Petrov (blz777)
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}