People You May Hate
Auto-hides Facebook's uber-annoying 'People You May Know' pane.
What is People You May Hate?
People You May Hate is a Chrome extension developed by stephen.patrick.murray, and its main feature is "Auto-hides Facebook's uber-annoying 'People You May Know' pane.".
Download People You May Hate Extension CRX File
Download People You May Hate 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
Don't you find exceedingly frustrating to constantly see people in Facebook's "People You May Know" pane who you don't know, don't like, or (in some cases) are no longer alive? Well I certainly do, so I made this extension. Nothing magical going on here, just hides that pane when you load the page. Cheers. Source: https://github.com/spmurrayzzz/people-you-may-hate
Extension Basic Information
Name | |
ID | ealbjmljjpkhiiafmopfhbfedogodaii |
Official URL | https://chrome.google.com/webstore/detail/people-you-may-hate/ealbjmljjpkhiiafmopfhbfedogodaii |
Description | Auto-hides Facebook's uber-annoying 'People You May Know' pane. |
File Size | 37.38 KB |
Installation Count | 22 |
Current Version | 0.1.3 |
Last Updated | 2013-09-27 |
Publish Date | 2013-09-27 |
Rating | 5.00/5 Total 2 Ratings |
Developer | stephen.patrick.murray |
Payment Type | free |
Extension Website | http://spmurraydev.com/ |
Help Page URL | https://github.com/spmurrayzzz/people-you-may-hate |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "People You May Hate", "version": "0.1.3", "manifest_version": 2, "description": "Auto-hides Facebook's uber-annoying 'People You May Know' pane.", "homepage_url": "http:\/\/spmurraydev.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/facebook.com\/*", "https:\/\/facebook.com\/*", "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "css": [ "src\/inject\/inject.css" ] } ] } |