Messenger Only

Simplifies the html of the Messenger section in Facebook.

Messenger Only क्या है?

Messenger Only Anton Petrov (blz777) द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplifies the html of the Messenger section in Facebook."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Messenger Only एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}