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 to jest Hide Political Facebook Posts (Hebrew)?
Hide Political Facebook Posts (Hebrew) to rozszerzenie Chrome opracowane przez Uber Studio, a jego główną funkcją jest „Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.”.
Pobierz plik CRX rozszerzenia Hide Political Facebook Posts (Hebrew)
Pobierz pliki rozszerzeń Hide Political Facebook Posts (Hebrew) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Hide Political Facebook Posts (Hebrew) |
ID | naphjpgakccjpmdcopfbbaclbnamofcc |
Oficjalny URL | https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc |
Opis | Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard. |
Rozmiar pliku | 40.13 KB |
Liczba instalacji | 10 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2017-01-10 |
Data Publikacji | 2017-01-10 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | Uber Studio |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Pomocy | https://github.com/uberstudio/fb-hide-politics-hebrew |
Obsługiwane Języki | 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" } } |