Hide Political Facebook Posts
When clicked will remove most political posts from your news feed.
Apa itu Hide Political Facebook Posts?
Hide Political Facebook Posts adalah ekstensi Chrome yang dikembangkan oleh Jeff Lombard, dan fitur utamanya adalah "When clicked will remove most political posts from your news feed.".
Unduh Berkas CRX Ekstensi Hide Political Facebook Posts
Unduh file ekstensi Hide Political Facebook Posts 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 chrome extension lets you toggle political posts from your friends on your newsfeed. This is a beta version, most political posts should filter but not everything will.
Informasi Dasar Ekstensi
Nama | |
ID | jagdgefimnlfaclfipennjhllmlcjclo |
URL Resmi | https://chrome.google.com/webstore/detail/jagdgefimnlfaclfipennjhllmlcjclo |
Deskripsi | When clicked will remove most political posts from your news feed. |
Ukuran File | 16.43 KB |
Jumlah Instalasi | 53 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2016-07-28 |
Tanggal Publikasi | 2016-07-28 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | Jeff Lombard |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jefflombard/facebook-hide-political |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Political Facebook Posts", "manifest_version": 2, "version": "1.2", "description": "When clicked will remove most political posts from your news feed.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "run.js" ] }, "permissions": [ "http:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/" ], "browser_action": { "default_title": "Hide Political Posts", "default_icon": "icon.png", "author": "Jeff Lombard" } } |