facebook-plus

Make facebook more productive

Co to jest facebook-plus?

facebook-plus to rozszerzenie Chrome opracowane przez briancruddy, a jego główną funkcją jest „Make facebook more productive”.

Pobierz plik CRX rozszerzenia facebook-plus

Pobierz pliki rozszerzeń facebook-plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa facebook-plus facebook-plus
ID onhfdclbcdgieckfajmjfelmgkjeckbj
Oficjalny URL https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj
Opis Make facebook more productive
Rozmiar pliku 3.13 KB
Liczba instalacji 16
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2016-08-26
Data Publikacji 2016-08-26
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper briancruddy
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}