People You May Hate
Auto-hides Facebook's uber-annoying 'People You May Know' pane.
Vad är People You May Hate?
People You May Hate är en Chrome-tillägg utvecklad av stephen.patrick.murray, och dess huvudfunktion är "Auto-hides Facebook's uber-annoying 'People You May Know' pane.".
Ladda ner People You May Hate-förlängningens CRX-fil
Ladda ner People You May Hate-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
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
Grundläggande Information om Tillägg
Namn | |
ID | ealbjmljjpkhiiafmopfhbfedogodaii |
Officiell webbadress | https://chrome.google.com/webstore/detail/people-you-may-hate/ealbjmljjpkhiiafmopfhbfedogodaii |
Beskrivning | Auto-hides Facebook's uber-annoying 'People You May Know' pane. |
Filstorlek | 37.38 KB |
Antal Installationer | 22 |
Aktuell Version | 0.1.3 |
Senast Uppdaterad | 2013-09-27 |
Publiceringsdatum | 2013-09-27 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | stephen.patrick.murray |
Betalningssätt | free |
Tilläggswebbplats | http://spmurraydev.com/ |
Hjälpsida URL | https://github.com/spmurrayzzz/people-you-may-hate |
Stödda Språk | 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" ] } ] } |