facebook-plus

Make facebook more productive

Wat is facebook-plus?

facebook-plus is een Chrome-extensie ontwikkeld door briancruddy, en de belangrijkste functie is "Make facebook more productive".

Download het CRX-bestand van de extensie facebook-plus

Download facebook-plus-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

                        IT folks rejoice! Make your employees more productive at work by blocking facebook messenger. Well, technically, instead of blocking it you're just removing the chat dialog from the DOM but it accomplishes the same goal.                    

Basisinformatie over de Extensie

Naam facebook-plus facebook-plus
ID onhfdclbcdgieckfajmjfelmgkjeckbj
Officiële URL https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj
Beschrijving Make facebook more productive
Bestandsgrootte 3.13 KB
Aantal Installaties 16
Huidige Versie 1.2
Laatst Bijgewerkt 2016-08-26
Publicatiedatum 2016-08-26
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar briancruddy
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "facebook-plus",
    "description": "Make facebook more productive",
    "version": "1.2",
    "permissions": [
        "https:\/\/www.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "js": [
                "facebook-plus.js"
            ]
        }
    ]
}