Messenger Only

Simplifies the html of the Messenger section in Facebook.

ما هو Messenger Only؟

Messenger Only هو إضافة Chrome تم تطويرها بواسطة Anton Petrov (blz777)، والميزة الرئيسية لها هي "Simplifies the html of the Messenger section in Facebook.".

تحميل ملف CRX للإضافة Messenger Only

قم بتنزيل ملفات الامتداد Messenger Only بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}