Messenger Only

Simplifies the html of the Messenger section in Facebook.

Apa itu Messenger Only?

Messenger Only adalah ekstensi Chrome yang dikembangkan oleh Anton Petrov (blz777), dan fitur utamanya adalah "Simplifies the html of the Messenger section in Facebook.".

Unduh Berkas CRX Ekstensi Messenger Only

Unduh file ekstensi Messenger Only dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Messenger Only Messenger Only
ID pajmhgafdleolgnobmgphhbihoenekim
URL Resmi https://chrome.google.com/webstore/detail/messenger-only/pajmhgafdleolgnobmgphhbihoenekim
Deskripsi Simplifies the html of the Messenger section in Facebook.
Ukuran File 3.44 KB
Jumlah Instalasi 114
Versi Saat Ini 0.20
Terakhir Diperbarui 2015-03-01
Tanggal Publikasi 2015-03-01
Penilaian 4.00/5 Total 4 Penilaian
Pengembang Anton Petrov (blz777)
Tipe Pembayaran free
Bahasa yang Didukung 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
}