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.                    

擴展基本資訊

名稱 Hide Political Facebook Posts (Hebrew) Hide Political Facebook Posts (Hebrew)
ID naphjpgakccjpmdcopfbbaclbnamofcc
官方網址 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"
    }
}