Hide Political Facebook Posts (Hebrew)
Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
Co je Hide Political Facebook Posts (Hebrew)?
Hide Political Facebook Posts (Hebrew) je rozšíření Chrome vyvinuté Uber Studio, a jeho hlavní funkcí je „Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.“.
Stáhnout soubor CRX rozšíření Hide Political Facebook Posts (Hebrew)
Stáhněte si soubory rozšíření Hide Political Facebook Posts (Hebrew) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Hide Political Facebook Posts (Hebrew) |
ID | naphjpgakccjpmdcopfbbaclbnamofcc |
Oficiální URL | https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc |
Popis | Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard. |
Velikost souboru | 40.13 KB |
Počet instalací | 10 |
Aktuální Verze | 0.1.0 |
Poslední Aktualizace | 2017-01-10 |
Datum Vydání | 2017-01-10 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | Uber Studio |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://github.com/uberstudio/fb-hide-politics-hebrew |
Podporované Jazyky | 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" } } |