Messenger Only

Simplifies the html of the Messenger section in Facebook.

Wat is Messenger Only?

Messenger Only is een Chrome-extensie ontwikkeld door Anton Petrov (blz777), en de belangrijkste functie is "Simplifies the html of the Messenger section in Facebook.".

Download het CRX-bestand van de extensie Messenger Only

Download Messenger Only-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Messenger Only Messenger Only
ID pajmhgafdleolgnobmgphhbihoenekim
Officiële URL https://chrome.google.com/webstore/detail/messenger-only/pajmhgafdleolgnobmgphhbihoenekim
Beschrijving Simplifies the html of the Messenger section in Facebook.
Bestandsgrootte 3.44 KB
Aantal Installaties 114
Huidige Versie 0.20
Laatst Bijgewerkt 2015-03-01
Publicatiedatum 2015-03-01
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Anton Petrov (blz777)
Betalingswijze free
Ondersteunde Talen 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
}