Hide Political Facebook Posts (Hebrew)
Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
Apa itu Hide Political Facebook Posts (Hebrew)?
Hide Political Facebook Posts (Hebrew) adalah ekstensi Chrome yang dikembangkan oleh Uber Studio, dan fitur utamanya adalah "Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.".
Unduh Berkas CRX Ekstensi Hide Political Facebook Posts (Hebrew)
Unduh file ekstensi Hide Political Facebook Posts (Hebrew) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Hide Political Facebook Posts (Hebrew) |
ID | naphjpgakccjpmdcopfbbaclbnamofcc |
URL Resmi | https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc |
Deskripsi | Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard. |
Ukuran File | 40.13 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 0.1.0 |
Terakhir Diperbarui | 2017-01-10 |
Tanggal Publikasi | 2017-01-10 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Uber Studio |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/uberstudio/fb-hide-politics-hebrew |
Bahasa yang Didukung | 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" } } |