Hide Political Facebook Posts (Hebrew)
Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.
什么是Hide Political Facebook Posts (Hebrew)?
Hide Political Facebook Posts (Hebrew)是由Uber Studio开发的Chrome扩展程序,该扩展的主要功能是“Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard.”。
下载Hide Political Facebook Posts (Hebrew)扩展crx文件
下载Hide Political Facebook Posts (Hebrew)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | naphjpgakccjpmdcopfbbaclbnamofcc |
| 官方URL | https://chromewebstore.google.com/detail/hide-political-facebook-p/naphjpgakccjpmdcopfbbaclbnamofcc |
| 简介 | Removes political/hateful posts from your feed. This is a Hebrew version, forked from the original by Jeff Lombard. |
| 文件大小 | 40.13 KB |
| 安装次数 | 10 |
| 当前版本 | 0.1.0 |
| 更新时间 | 2017-01-10 |
| 上架时间 | 2017-01-10 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Uber Studio |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 帮助页面URL | https://github.com/uberstudio/fb-hide-politics-hebrew |
| 支持的语言 | 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"
}
} | |