Hide Political Facebook Posts (Hebrew)
Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
Wat is Hide Political Facebook Posts (Hebrew)?
Hide Political Facebook Posts (Hebrew) is een Chrome-extensie ontwikkeld door Uber Studio, en de belangrijkste functie is "Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.".
Download het CRX-bestand van de extensie Hide Political Facebook Posts (Hebrew)
Download Hide Political Facebook Posts (Hebrew)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Hide Political Facebook Posts (Hebrew) |
ID | naphjpgakccjpmdcopfbbaclbnamofcc |
Officiële URL | https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc |
Beschrijving | Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard. |
Bestandsgrootte | 40.13 KB |
Aantal Installaties | 10 |
Huidige Versie | 0.1.0 |
Laatst Bijgewerkt | 2017-01-10 |
Publicatiedatum | 2017-01-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Uber Studio |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/uberstudio/fb-hide-politics-hebrew |
Ondersteunde Talen | 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" } } |