facebook-plus

Make facebook more productive

Vad är facebook-plus?

facebook-plus är en Chrome-tillägg utvecklad av briancruddy, och dess huvudfunktion är "Make facebook more productive".

Ladda ner facebook-plus-förlängningens CRX-fil

Ladda ner facebook-plus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn facebook-plus facebook-plus
ID onhfdclbcdgieckfajmjfelmgkjeckbj
Officiell webbadress https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj
Beskrivning Make facebook more productive
Filstorlek 3.13 KB
Antal Installationer 16
Aktuell Version 1.2
Senast Uppdaterad 2016-08-26
Publiceringsdatum 2016-08-26
Betyg 4.50/5 Totalt 2 Betyg
Utvecklare briancruddy
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}