Hide Political Facebook Posts
When clicked will remove most political posts from your news feed.
What is Hide Political Facebook Posts?
Hide Political Facebook Posts is a Chrome extension developed by Jeff Lombard, and its main feature is "When clicked will remove most political posts from your news feed.".
Download Hide Political Facebook Posts Extension CRX File
Download Hide Political Facebook Posts 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
This chrome extension lets you toggle political posts from your friends on your newsfeed. This is a beta version, most political posts should filter but not everything will.
Extension Basic Information
Name | |
ID | jagdgefimnlfaclfipennjhllmlcjclo |
Official URL | https://chrome.google.com/webstore/detail/jagdgefimnlfaclfipennjhllmlcjclo |
Description | When clicked will remove most political posts from your news feed. |
File Size | 16.43 KB |
Installation Count | 53 |
Current Version | 1.2 |
Last Updated | 2016-07-28 |
Publish Date | 2016-07-28 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Jeff Lombard |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/jefflombard/facebook-hide-political |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Political Facebook Posts", "manifest_version": 2, "version": "1.2", "description": "When clicked will remove most political posts from your news feed.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "run.js" ] }, "permissions": [ "http:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/" ], "browser_action": { "default_title": "Hide Political Posts", "default_icon": "icon.png", "author": "Jeff Lombard" } } |