Hide Political Facebook Posts (Hebrew)
Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
Qu'est-ce que Hide Political Facebook Posts (Hebrew) ?
Hide Political Facebook Posts (Hebrew) est une extension Chrome développée par Uber Studio, et sa fonction principale est "Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.".
Télécharger le fichier CRX de l'extension Hide Political Facebook Posts (Hebrew)
Téléchargez les fichiers d'extension Hide Political Facebook Posts (Hebrew) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Hide Political Facebook Posts (Hebrew) |
ID | naphjpgakccjpmdcopfbbaclbnamofcc |
URL Officiel | 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. |
Taille du Fichier | 40.13 KB |
Nombre d'Installations | 10 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2017-01-10 |
Date de Publication | 2017-01-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Uber Studio |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/uberstudio/fb-hide-politics-hebrew |
Langues Prises en Charge | 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" } } |