facebook-plus
Make facebook more productive
What is facebook-plus?
facebook-plus is a Chrome extension developed by briancruddy, and its main feature is "Make facebook more productive".
Download facebook-plus Extension CRX File
Download facebook-plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | facebook-plus |
ID | onhfdclbcdgieckfajmjfelmgkjeckbj |
Official URL | https://chrome.google.com/webstore/detail/facebook-plus/onhfdclbcdgieckfajmjfelmgkjeckbj |
Description | Make facebook more productive |
File Size | 3.13 KB |
Installation Count | 16 |
Current Version | 1.2 |
Last Updated | 2016-08-26 |
Publish Date | 2016-08-26 |
Rating | 4.50/5 Total 2 Ratings |
Developer | briancruddy |
Payment Type | free |
Supported Languages | 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" ] } ] } |