Hide Political Facebook Posts (Hebrew)
Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
Vad är Hide Political Facebook Posts (Hebrew)?
Hide Political Facebook Posts (Hebrew) är en Chrome-tillägg utvecklad av Uber Studio, och dess huvudfunktion är "Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.".
Ladda ner Hide Political Facebook Posts (Hebrew)-förlängningens CRX-fil
Ladda ner Hide Political Facebook Posts (Hebrew)-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
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.
Grundläggande Information om Tillägg
Namn | Hide Political Facebook Posts (Hebrew) |
ID | naphjpgakccjpmdcopfbbaclbnamofcc |
Officiell webbadress | https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc |
Beskrivning | Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard. |
Filstorlek | 40.13 KB |
Antal Installationer | 10 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2017-01-10 |
Publiceringsdatum | 2017-01-10 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Uber Studio |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/uberstudio/fb-hide-politics-hebrew |
Stödda Språk | 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" } } |