Hide Political Facebook Posts (Hebrew)
Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
What is Hide Political Facebook Posts (Hebrew)?
Hide Political Facebook Posts (Hebrew) is a Chrome extension developed by Uber Studio, and its main feature is "Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.".
Download Hide Political Facebook Posts (Hebrew) Extension CRX File
Download Hide Political Facebook Posts (Hebrew) 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 will remove political and hateful posts from your Facebook feed. Far from perfect, this is an initial version - feel free to suggest more terms to filter, report bugs or contribute to the code (see the support section). This plugin was forked from the original by Jeff Lombard.
Extension Basic Information
Name | Hide Political Facebook Posts (Hebrew) |
ID | naphjpgakccjpmdcopfbbaclbnamofcc |
Official URL | https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc |
Description | Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard. |
File Size | 40.13 KB |
Installation Count | 10 |
Current Version | 0.1.0 |
Last Updated | 2017-01-10 |
Publish Date | 2017-01-10 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Uber Studio |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/uberstudio/fb-hide-politics-hebrew |
Supported Languages | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Political Facebook Posts (Hebrew)", "manifest_version": 2, "version": "0.1.0", "description": "Removes political\/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "run.js" ] }, "permissions": [ "http:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/" ], "browser_action": { "default_title": "Hide Political Posts (Hebrew)", "default_icon": "icon.png", "author": "Avital Tamir" } } |